Skip to content

Commit 2bfe7a8

Browse files
Merge pull request #310538 from jlian/patch-547538
Fix schema in nodeConnections misinfo
2 parents 1fe2d18 + a8cd666 commit 2bfe7a8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

articles/iot-operations/connect-to-cloud/howto-dataflow-graph-wasm.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sethm
66
ms.service: azure-iot-operations
77
ms.subservice: azure-data-flows
88
ms.topic: how-to
9-
ms.date: 12/17/2025
9+
ms.date: 01/15/2026
1010
ai-usage: ai-assisted
1111

1212
---
@@ -963,9 +963,7 @@ For storage destinations like Azure Data Lake or Fabric OneLake, you can specify
963963

964964
### Node connections
965965

966-
Node connections define the data flow path between nodes. Each connection specifies a source node and destination node, creating the processing pipeline. Connections can optionally include schema validation to ensure data integrity between processing stages.
967-
968-
When you specify schema validation, the system validates data format and structure as it flows between nodes. The validation helps catch data inconsistencies early and ensures WASM modules receive data in the expected format.
966+
Node connections define the data flow path between nodes. Each connection specifies a source node and destination node, creating the processing pipeline. Connections can optionally include schema to have the schema be provided to the module at initialization, allowing for schema validation like in [this example](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/wasm/schema-registry-scenario/operators/filter/src/lib.rs).
969967

970968
# [Operations experience](#tab/portal)
971969

@@ -1063,4 +1061,4 @@ For detailed configuration information, see [Configure registry endpoints](../de
10631061
- [Configure MQTT data flow endpoints](howto-configure-mqtt-endpoint.md)
10641062
- [Configure Azure Event Hubs and Kafka data flow endpoints](howto-configure-kafka-endpoint.md)
10651063
- [Configure Azure Data Lake Storage data flow endpoints](howto-configure-adlsv2-endpoint.md)
1066-
- [Configure Microsoft Fabric OneLake data flow endpoints](howto-configure-fabric-endpoint.md)
1064+
- [Configure Microsoft Fabric OneLake data flow endpoints](howto-configure-fabric-endpoint.md)

0 commit comments

Comments
 (0)