Skip to content

Commit 33a3912

Browse files
authored
Merge pull request #311853 from dominicbetts/aio-adr-devices
AIO: Updates for ADR experience
2 parents 7a9e327 + a5f5d01 commit 33a3912

7 files changed

Lines changed: 15 additions & 8 deletions

File tree

63 KB
Loading
49.7 KB
Loading

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand concepts and options needed to manage the devices and as
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: overview
7-
ms.date: 08/29/2025
7+
ms.date: 02/16/2026
88
ai-usage: ai-assisted
99
ms.custom: sfi-image-nochange
1010

@@ -90,7 +90,7 @@ Azure IoT Operations includes several services that help you manage devices and
9090

9191
## Azure Device Registry
9292

93-
*Azure Device Registry* is a backend service that enables the cloud and edge management of assets from the Azure portal.
93+
*Azure Device Registry* is a backend service that enables the cloud and edge management of devices and assets from the Azure portal.
9494

9595
Azure Device Registry maps assets from your edge environment to Azure resources in the cloud. It offers a unified registry so apps and services interacting with your assets connect to a single source. Azure Device Registry syncs assets in the cloud with custom resources in Kubernetes on the edge.
9696

@@ -146,8 +146,12 @@ Akri services simplify creating assets by automatically onboarding assets with p
146146

147147
## Operations experience
148148

149-
The *operations experience* is a web UI that lets OT users create and configure devices and assets in an Azure IoT Operations instance. This web UI simplifies managing devices and assets and is the recommended service for this task.
149+
The *operations experience* is a web UI that lets OT users create and configure devices and assets in an Azure IoT Operations instance. This web UI simplifies managing devices and assets and is the recommended service for this task:
150+
151+
:::image type="content" source="media/overview-manage-assets/operations-experience.png" alt-text="Screenshot of the operations experience web UI." lightbox="media/overview-manage-assets/operations-experience.png":::
150152

151153
## Azure portal
152154

153-
The *Azure portal* is a web-based application that lets IT users manage Azure resources from a unified console. Use the Azure portal to create and manage Azure IoT Operations instances, monitor IoT solutions, and troubleshoot issues.
155+
The *Azure portal* is a web-based application that lets IT users manage Azure resources from a unified console. Use the Azure portal to create and manage Azure IoT Operations instances, monitor IoT solutions, manage assets and devices, and troubleshoot issues. The Azure Device Registry is integrated with the Azure portal, letting you view and manage your namespaces, schemas registries, assets, and devices in the cloud:
156+
157+
:::image type="content" source="media/overview-manage-assets/azure-portal.png" alt-text="Screenshot of the Azure portal." lightbox="media/overview-manage-assets/azure-portal.png":::
10.4 KB
Loading
Binary file not shown.

articles/iot-operations/end-to-end-tutorials/tutorial-add-assets.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Tutorial: Add OPC UA assets that publish messages to the MQTT brok
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: tutorial
7-
ms.date: 11/03/2025
7+
ms.date: 02/16/2026
88
ms.custom:
99
- ignite-2023
1010
- sfi-image-nochange
@@ -265,9 +265,12 @@ To view the device and asset you created in the Azure portal, go to Azure Device
265265

266266
:::image type="content" source="media/tutorial-add-assets/azure-portal.png" lightbox="media/tutorial-add-assets/azure-portal.png" alt-text="Screenshot of Azure portal showing the Azure Device Registry.":::
267267

268-
The portal enables you to view the asset details. Select **JSON View** for more details:
268+
The portal enables you to view the following Azure Device Registry resources:
269269

270-
:::image type="content" source="media/tutorial-add-assets/thermostat-asset.png" lightbox="media/tutorial-add-assets/thermostat-asset.png" alt-text="Screenshot of Azure IoT Operations asset details in the Azure portal.":::
270+
- Assets: You can view the `thermostat` asset you created in the previous steps.
271+
- Devices: You can view the `opc-ua-connector` device you created in the previous steps.
272+
- Namespaces: You can view the namespace that you created when you deployed Azure IoT Operations. The namespace contains the asset and device you created in the previous steps.
273+
- Schema Registries: You can view the schema registry that was automatically created when you created your asset.
271274

272275
## Verify data is flowing
273276

articles/iot-operations/overview-iot-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Azure IoT Operations architecture has two core elements:
6969

7070
Azure IoT Operations connects to various industrial devices and assets. Use the operations experience or the Azure CLI to [manage the devices and assets](discover-manage-assets/overview-manage-assets.md) you want to connect to.
7171

72-
Azure IoT Operations uses the Azure Device Registry to store information about local assets in the cloud. The service lets you manage assets on the edge from the Azure portal or the Azure CLI. The Azure Device Registry uses _namespaces_ to organize assets and devices. Each Azure IoT Operations instance uses a single namespace for its assets and devices. Multiple instances can share a single namespace.
72+
Azure IoT Operations uses the Azure Device Registry to store information about local assets in the cloud. The service lets you manage assets and devices on the edge from the Azure portal or the Azure CLI. The Azure Device Registry uses _namespaces_ to organize assets and devices. Each Azure IoT Operations instance uses a single namespace for its assets and devices. Multiple instances can share a single namespace.
7373

7474
The Azure Device Registry includes a schema registry for assets. Data flows use these schemas to deserialize and serialize messages.
7575

0 commit comments

Comments
 (0)