Skip to content

Commit d6e43c0

Browse files
committed
Remove preview status message
1 parent ec52a92 commit d6e43c0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/iot-operations/develop-edge-apps/howto-build-wasm-modules-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-iot-operations
1414

1515
The custom WebAssembly (WASM) data processing feature in Azure IoT Operations enables real time telemetry data processing within your Azure IoT Operations cluster. By deploying custom WASM modules, you can define and execute data transformations as part of your data flow graph or HTTP/REST connector.
1616

17-
This article describes how to use the **Azure IoT Operations Data Flow** preview VS Code extension to develop, test, and debug your WASM modules locally before you deploy them to your Azure IoT Operations cluster. You'll learn how to:
17+
This article describes how to use the **Azure IoT Operations Data Flow** VS Code extension to develop, test, and debug your WASM modules locally before you deploy them to your Azure IoT Operations cluster. You'll learn how to:
1818

1919
- Run a graph application locally by executing a prebuilt graph with sample data to understand the basic workflow.
2020
- Create custom WASM modules by building new operators in Python and Rust with map and filter functionality.
@@ -39,7 +39,7 @@ Development environment:
3939

4040
- [Visual Studio Code](https://code.visualstudio.com/)
4141
- (Optional) [RedHat YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) for VS Code
42-
- [Azure IoT Operations Data Flow extension (preview)](https://marketplace.visualstudio.com/items?itemName=ms-azureiotoperations.azure-iot-operations-data-flow-vscode) for VS Code.
42+
- [Azure IoT Operations Data Flow extension](https://marketplace.visualstudio.com/items?itemName=ms-azureiotoperations.azure-iot-operations-data-flow-vscode) for VS Code.
4343
- [CodeLLDB extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) for VS Code to enable debugging of WASM modules
4444
- [Azure CLI](/cli/azure/install-azure-cli)
4545
- [ORAS CLI](https://oras.land/docs/installation/)

articles/iot-operations/discover-manage-assets/overview-akri.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ For example, the Akri Azure Device Registry service helps an OT user to onboard
7171

7272
## Akri SDKs
7373

74-
Akri SDKs (preview) let you build custom connectors that integrate with Akri services. The SDKs provide a framework that simplifies connector development, so you can focus on the specific logic for your southbound connector. The SDKs manage all interactions with other Azure IoT Operations services for you.
74+
Akri SDKs let you build custom connectors that integrate with Akri services. The SDKs provide a framework that simplifies connector development, so you can focus on the specific logic for your southbound connector. The SDKs manage all interactions with other Azure IoT Operations services for you.
7575

76-
To learn about the languages the SDKs support and the available libraries, see [Overview of the Azure IoT Operations SDKs (preview)](../develop-edge-apps/overview-iot-operations-development.md).
76+
To learn about the languages the SDKs support and the available libraries, see [Overview of the Azure IoT Operations SDKs](../develop-edge-apps/overview-iot-operations-development.md).
7777

7878
## Open-source Akri
7979

0 commit comments

Comments
 (0)