Skip to content

Commit 5263f39

Browse files
Merge pull request #309765 from dominicbetts/aio-revert-sdk-preview
AIO: Revert SDK preview status
2 parents a5d7715 + 82cd1ce commit 5263f39

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

articles/iot-operations/develop-edge-apps/overview-iot-operations-sdks.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What are the Azure IoT Operations SDKs?
2+
title: What are the Azure IoT Operations SDKs (preview)?
33
description: Learn about Azure IoT Operations SDKs and how to use it to develop highly available edge applications.
44
author: dominicbetts
55
ms.author: dobett
@@ -9,7 +9,7 @@ ms.date: 05/27/2025
99
#CustomerIntent: As a developer, I want to know why use Azure IoT Operations SDKs to develop highly available edge applications.
1010
---
1111

12-
# What are the Azure IoT Operations SDKs?
12+
# What are the Azure IoT Operations SDKs (preview)?
1313

1414
The Azure IoT Operations SDKs are a suite of tools and libraries across multiple languages designed to aid the development of edge applications for Azure IoT Operations. The focus of the SDKs is to assist customers in developing edge applications by providing the following features:
1515

@@ -30,6 +30,10 @@ The SDKs are open source and available on GitHub:
3030
- [Azure IoT Operations Go SDK](https://github.com/Azure/iot-operations-sdks/tree/main/go)
3131
- [Azure IoT Operations Rust SDK](https://github.com/Azure/iot-operations-sdks/tree/main/rust)
3232

33+
> [!IMPORTANT]
34+
> Azure IoT Operations SDKs is currently in PREVIEW.
35+
> The assets in the [Azure IoT Operations SDKs GitHub repository](https://github.com/Azure/iot-operations-sdks) are available for early access and feedback purposes.
36+
3337
## Benefits of the SDKs
3438

3539
Compared to using an MQTT client directly, the SDKs provide an application framework that abstracts MQTT concepts, exposes a clean API surface, and supports the *Protocol Compiler (codegen)* to generate client and server code from [Digital Twins Definition Language (DTDL)](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/README.md) models. The SDKs can be used to build highly available applications at the edge, that interact with Azure IoT Operations to perform operations such as **asset discovery**, **protocol translation** and **data transformation**.
@@ -82,4 +86,4 @@ For documentation related to the implementation of the SDKs, it's fundamentals p
8286

8387
## Next step
8488

85-
Try the [Quickstart: Start developing with the Azure IoT Operations SDKs](quickstart-get-started-sdks.md)
89+
Try the [Quickstart: Start developing with the Azure IoT Operations SDKs (preview)](quickstart-get-started-sdks.md)

articles/iot-operations/develop-edge-apps/quickstart-get-started-sdks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Quickstart: Start developing with the Azure IoT Operations SDKs"
2+
title: "Quickstart: Start developing with the Azure IoT Operations SDKs (preview)"
33
description: Setup up a development environment for building and running the samples, as well as creating and testing your own Azure IoT Operations highly available edge applications.
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: quickstart-sdk
77
ms.date: 05/08/2025
88
---
99

10-
# Quickstart: Start developing with the Azure IoT Operations SDKs
10+
# Quickstart: Start developing with the Azure IoT Operations SDKs (preview)
1111

1212
Get started developing with the Azure IoT Operations SDKs. Follow these steps to set up your development environment for building and running the samples, as well as creating and testing your own highly available edge applications.
1313

0 commit comments

Comments
 (0)