You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/develop-edge-apps/howto-build-wasm-modules-vscode.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to build WebAssembly (WASM) modules for data flows using
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
ms.topic: how-to
7
-
ms.date: 12/08/2025
7
+
ms.date: 02/25/2026
8
8
ms.service: azure-iot-operations
9
9
10
10
# CustomerIntent: As a developer, I want to understand how to use the VS Code extension to build and deploy WASM modules to use in data flow graphs or the HTTP/REST connector.
@@ -480,7 +480,7 @@ Complete the [Schema registry support for WASM modules](#schema-registry-support
480
480
1. Locate the `filter` function and set a breakpoint by clicking in the margin next to the line number or by pressing `F9`.
Copy file name to clipboardExpand all lines: articles/iot-operations/develop-edge-apps/howto-develop-wasm-modules.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: dobett
6
6
ms.service: azure-iot-operations
7
7
ms.subservice: azure-data-flows
8
8
ms.topic: how-to
9
-
ms.date: 12/08/2025
9
+
ms.date: 02/25/2026
10
10
ai-usage: ai-assisted
11
11
---
12
12
@@ -247,7 +247,7 @@ Python WASM modules don't require other project configuration files. The Python
247
247
248
248
## Create a simple module
249
249
250
-
Create a simple module that converts temperature from Celsius to Fahrenheit. This example demonstrates the basic structure and processing logic for both Rust and Python implementations.
250
+
Create a simple module that converts temperature from Fahrenheit to Celsius. This example demonstrates the basic structure and processing logic for both Rust and Python implementations.
Copy file name to clipboardExpand all lines: articles/iot-operations/develop-edge-apps/howto-wasm-onnx-inference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: dominicbetts
5
5
ms.author: dobett
6
6
ms.service: azure-iot-operations
7
7
ms.topic: how-to
8
-
ms.date: 11/24/2025
8
+
ms.date: 02/25/2026
9
9
ai-usage: ai-assisted
10
10
11
11
---
@@ -17,7 +17,7 @@ This article shows how to embed and run small Open Neural Network Exchange (ONNX
17
17
> [!IMPORTANT]
18
18
> Data flow graphs currently only support MQTT (Message Queuing Telemetry Transport), Kafka, and OpenTelemetry endpoints. Other endpoint types like Data Lake, Microsoft Fabric OneLake, Azure Data Explorer, and Local Storage aren't supported. For more information, see [Known issues](../troubleshoot/known-issues.md#data-flow-graphs-only-support-specific-endpoint-types).
19
19
20
-
## Why use in-band ONNX interference
20
+
## Why use in-band ONNX inference
21
21
22
22
With Azure IoT Operations data flow graphs, you can embed small ONNX model inference directly in the pipeline instead of calling an external prediction service. This approach offers several practical advantages:
0 commit comments