Skip to content

Commit 8e8f2d5

Browse files
authored
Merge pull request #303178 from dominicbetts/release-aio-2507-feedback
AIO 2507: Feedback and preview suffix
2 parents a9acaae + 73098aa commit 8e8f2d5

File tree

5 files changed

+25
-37
lines changed

5 files changed

+25
-37
lines changed

articles/iot-operations/deploy-iot-ops/howto-manage-update-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can run `az iot ops check` on your cluster to assess health and configuratio
113113

114114
In the Azure portal, you can view the Azure Device Registry, which is a collection of all devices and assets that are connected to your Azure IoT Operations instance.
115115

116-
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.
116+
The Azure Device Registry uses _namespaces (preview)_ 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.
117117

118118
<!-- TODO - 2507 Expand this section with more details about the connector template configuration. -->
119119

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

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Understand device and asset management
3-
description: Understand concepts and options needed to manage the devices and assets that are part of your Azure IoT Operations solution.
3+
description: Understand concepts and options needed to manage the devices and namespace assets that are part of your Azure IoT Operations solution.
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: overview
@@ -14,8 +14,8 @@ ai-usage: ai-assisted
1414

1515
In Azure IoT Operations, a key task is to manage the assets and devices that are part of your solution. This article:
1616

17-
- Defines what assets and devices are in the context of Azure IoT Operations.
18-
- Provides an overview of the services that you use to manage your assets and devices.
17+
- Defines what *namespace assets (preview)* and *devices (preview)* are in the context of Azure IoT Operations.
18+
- Provides an overview of the services that you use to manage your namespace assets and devices.
1919
- Explains the most common use cases for the services.
2020

2121
The following diagram shows the high-level architecture of Azure IoT Operations. The services that you use to manage assets are highlighted in red:
@@ -26,15 +26,19 @@ The following diagram shows the high-level architecture of Azure IoT Operations.
2626

2727
## Understand physical assets and devices
2828

29-
In the context of Azure IoT Operations, the terms *asset* and *device* can refer to both physical entities that connect to Azure IoT Operations and configuration resources within Azure IoT Operations.
29+
In the context of Azure IoT Operations, the terms *asset* and *device* can refer to both physical entities that connect to Azure IoT Operations and configuration resources within Azure IoT Operations and Azure Device Registry.
3030

31-
A *physical device* is an object, such as a camera or sensor, that can send data directly to Azure IoT Operations. A *physical asset* is an object, such as an oven, that connects indirectly through an intermediary such as an OPC UA server. You can see both physical devices and physical assets in the previous diagram.
31+
In the previous diagram:
32+
33+
- Cameras are examples of *physical devices* that connect directly to Azure IoT Operations through the media connector or the connector for ONVIF.
34+
- The assets, such **Asset-01** that could be an oven, are *physical assets* that connect indirectly through one of the OPC UA servers.
35+
- The OPC UA servers are *physical devices* that connect to Azure IoT Operations through the connector for OPC UA.
3236

3337
A physical device can connect using a variety of protocols. It could connect through a connector such as the media connector. If it uses the MQTT protocol, it can connect directly to the MQTT broker bypassing the connectors.
3438

3539
The following diagram shows how physical devices connect to Azure IoT Operations:
3640

37-
:::image type="content" source="media/overview-manage-assets/physical-assets-devices.svg" alt-text="Diagram that shows how physical assets and devices connect.":::
41+
:::image type="content" source="media/overview-manage-assets/physical-assets-devices.svg" alt-text="Diagram that shows how physical assets and devices connect." border="false":::
3842

3943
<!--
4044
```mermaid
@@ -60,19 +64,17 @@ graph LR
6064
```
6165
-->
6266

63-
## Understand assets and devices in Azure IoT Operations
67+
## Understand namespace assets and devices in Azure IoT Operations
6468

6569
[!INCLUDE [assets-devices-logical-entities](../includes/assets-devices-logical-entities.md)]
6670

67-
An operator configures and manages devices and assets in the operations experience web UI or by using the Azure IoT Operations CLI.
71+
An operator configures and manages devices and namespace assets in the operations experience web UI or by using the Azure IoT Operations CLI.
6872

6973
To learn more, see [Define assets and devices](concept-assets-devices.md).
7074

71-
## Understand asset endpoints
72-
73-
Azure IoT Operations versions 1.1.x and before use *asset endpoints* to define the connection to assets in a similar way to how the current version uses *devices*. Devices offer greater flexibility and more capabilities than asset endpoints, such the ability to define multiple endpoints within a single device. The current version of Azure IoT Operations supports the use of both devices and asset endpoints, but the recommended approach is to use devices.
75+
Previous versions of Azure IoT Operations used the term *asset endpoint* to refer to the configuration resource that encapsulated the connection information required to connect to a physical device or asset and the term *asset* to refer to the configuration resource that encapsulated information about the data that a physical asset or device exchanges with IoT Operations. Devices offer greater flexibility and more capabilities than asset endpoints, such the ability to define multiple endpoints within a single device. The current version of Azure IoT Operations supports the use of both devices and asset endpoints, but the recommended approach is to use devices.
7476

75-
Assets associated with a device are known as *namespaced assets*, assets that are associated with an asset endpoint are simply known as *assets*. The following table shows the differences between devices and asset endpoints:
77+
Assets associated with a device are known as *namespace assets*, assets that are associated with an asset endpoint are simply known as *assets*. The following table shows the differences between devices and asset endpoints:
7678

7779
| Azure IoT Operations version | Devices supported | Asset endpoints supported |
7880
|-----------------------------|-------------------|--------------------------|
@@ -81,38 +83,24 @@ Assets associated with a device are known as *namespaced assets*, assets that ar
8183

8284
To view the asset endpoint documentation, see [Asset management overview](https://go.microsoft.com/fwlink/?linkid=2328508&clcid=0x409) on the previous versions site.
8385

84-
You can manage asset endpoints in the operations experience web UI and by using the Azure CLI:
86+
In the current version of Azure IoT Operations, you can continue to manage asset endpoints and assets in the operations experience web UI and by using the Azure CLI.
8587

86-
:::image type="content" source="media/overview-manage-assets/access-asset-endpoints.png" alt-text="Screenshot that shows how to access asset endpoint configuration.":::
87-
88-
## Understand services for managing assets
88+
## Understand services for managing devices and namespace assets
8989

9090
Azure IoT Operations includes several services that help you manage devices and assets.
9191

92-
- The **operations experience** is a web UI that lets you create and configure assets in your solution. The web UI simplifies the task of managing assets and is the recommended service to manage assets.
93-
- **Azure Device Registry** is a backend service that enables the cloud and edge management of assets. 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.
92+
- The **operations experience** is a web UI that lets you create and configure namespace assets in your solution. The web UI simplifies the task of managing namespace assets and is the recommended service to manage namespace assets.
93+
- **Azure Device Registry** is a backend service that enables the cloud and edge management of assets in the Azure portal. Device Registry uses _namespaces (preview)_ to organize namespace assets and devices. Each Azure IoT Operations instance uses a single namespace (preview) for its assets and devices. Multiple instances can share a single namespace.
9494

95-
Device Registry projects assets defined in your edge environment as Azure resources in the cloud. It provides a single unified registry so that all apps and services that interact with your assets can connect to a single source. Device Registry also manages the synchronization between assets in the cloud and assets as custom resources in Kubernetes on the edge.
95+
Device Registry projects namespace assets defined in your edge environment as Azure resources in the cloud. It provides a single unified registry so that all apps and services that interact with your assets can connect to a single source. Device Registry also manages the synchronization between assets in the cloud and assets as custom resources in Kubernetes on the edge.
9696
- The schema registry is a service that lets you define and manage the schema for your assets. Data flows use schemas to deserialize and serialize messages.
9797
- The **connector for OPC UA** is a data ingress and protocol translation service that enables Azure IoT Operations to ingress data from OPC UA servers. A key requirement in industrial environments is for a common standard or protocol for machine-to-machine and machine-to-cloud data exchange. [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) is a specification for a platform independent service-oriented architecture that enables data exchange in industrial environments. The connector receives messages and events from your assets and publishes the data to topics in the MQTT broker.
9898
- The **media connector (preview)** is a service that makes media from media sources such as edge-attached cameras available to other Azure IoT Operations components.
9999
- The **connector for ONVIF (preview)** is a service that discovers and registers ONVIF assets such as cameras. The connector enables you to manage and control ONVIF assets such as cameras connected to your cluster.
100-
- The **connector for REST/HTTP** is a service that lets you connect to REST/HTTP endpoints and publish data to the MQTT broker.
100+
- The **connector for REST/HTTP (preview)** is a service that lets you connect to REST/HTTP endpoints and publish data to the MQTT broker.
101101
- **Custom connectors** are services that you can create to connect to other data sources and publish data to the MQTT broker. Use the Azure IoT Operations SDKS to create custom connectors that meet your specific requirements.
102102
- **Akri services** are a set of services that enable the automatic discovery of physical assets and devices in your environment. Akri services can help you create and configure assets and devices in operations experience. To learn more, see [What is asset discovery (preview)?](overview-akri.md).
103103

104-
## Create and manage assets
105-
106-
The following tasks are useful for operations teams in sectors such as industry, retail, and health:
107-
108-
- Use the operations experience or Azure CLI to create assets.
109-
- Subscribe to asset data points, events, and streams to access data from your physical assets and devices.
110-
- Manage connected media sources such as cameras.
111-
112-
The operations experience web UI lets operations teams perform these tasks in a simplified web interface. The operations experience uses the other services described previously, to complete these tasks. You can also use the Azure IoT Operations CLI to manage assets by using the [az iot ops asset](/cli/azure/iot/ops/asset) set of commands.
113-
114-
IT administrators use the Azure portal to manage assets by using the Azure Device Registry. The Azure Device Registry provides a single registry for devices and assets across applications running in the cloud or on the edge and enables administrators to perform tasks such as defining RBAC rules for assets.
115-
116104
## Store assets as Azure resources in a centralized registry
117105

118106
When you create an asset in the operations experience or by using the Azure IoT Operations CLI, that asset is defined in Azure Device Registry.

articles/iot-operations/includes/assets-devices-logical-entities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/24/2025
77
ms.author: dobett
88
---
99

10-
Azure IoT Operations uses the terms *asset* and *device* to refer to configuration resources. These configuration resources don't map directly to the physical assets and devices in your environment. Instead, they define how a connector in Azure IoT Operations connects to and interacts with the physical assets and devices in your environment. In Azure IoT Operations:
10+
Azure IoT Operations uses the terms *namespace asset* and *device* to refer to configuration resources. These configuration resources don't map directly to the physical assets and devices in your environment. Instead, they define how a connector in Azure IoT Operations connects to and interacts with the physical assets and devices in your environment. In Azure IoT Operations:
1111

12-
- A *device* is a configuration resource that encapsulates the connection information required to connect to one or more physical devices or assets.
13-
- An *asset* is a configuration resource that encapsulates information about the data that a physical asset or device exchanges with IoT Operations.
12+
- A *device (preview)* is a configuration resource that encapsulates the connection information required to connect to one or more physical devices or assets.
13+
- A *namespace asset (preview)* is a configuration resource that encapsulates information about the data that a physical asset or device exchanges with IoT Operations.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Azure IoT Operations can connect to various industrial devices and assets. You c
7373

7474
The [connector for OPC UA](discover-manage-assets/overview-opc-ua-connector.md) manages the connection to OPC UA servers and other leaf devices. The connector for OPC UA publishes data from the OPC UA servers to MQTT broker topics.
7575

76-
Azure IoT Operations uses the Azure Device Registry to store information about local assets in the cloud. The service enables you to [manage assets on the edge from the Azure portal or the Azure CLI](discover-manage-assets/howto-secure-assets.md). 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.
76+
Azure IoT Operations uses the Azure Device Registry to store information about local assets in the cloud. The service enables you to [manage assets on the edge from the Azure portal or the Azure CLI](discover-manage-assets/howto-secure-assets.md). The Azure Device Registry uses _namespaces (preview)_ 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.
7777

7878
The Azure Device Registry also includes a schema registry for the assets. Data flows use these schemas to deserialize and serialize messages.
7979

0 commit comments

Comments
 (0)