Skip to content

Commit 2ad433c

Browse files
authored
Merge pull request #311914 from ShawnJackson/azure-iot-operations-articles
[AQ] edit pass: Azure IoT Operations articles
2 parents 9f5f69e + 53886ae commit 2ad433c

4 files changed

Lines changed: 141 additions & 125 deletions

File tree

articles/iot-operations/discover-manage-assets/concept-assets-devices.md

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: Understand assets and devices
2+
title: Assets and Devices
33
description: Understand the Azure Device Registry resources that define assets and devices.
44
author: dominicbetts
55
ms.author: dobett
66
#ms.subservice:
77
ms.topic: concept-article
88
ms.date: 09/04/2025
99

10-
# CustomerIntent: As an industrial edge IT or operations user, I want to understand the types of Azure resources that are created by Azure Device Registry to manage assets.
10+
#customer intent: As an industrial edge IT or operations user, I want to understand the types of Azure resources that Azure Device Registry creates to manage assets.
1111
---
1212

13-
# Understand assets and devices
13+
# Assets and devices
1414

1515
> [!IMPORTANT]
16-
> To view the asset endpoint (classic) documentation, go to [Asset management overview](/previous-versions/azure/iot-operations/discover-manage-assets/overview-manage-assets) on the previous versions site.
16+
> To view the asset endpoint (classic) documentation, go to [What is asset management in Azure IoT Operations](/previous-versions/azure/iot-operations/discover-manage-assets/overview-manage-assets) on the site for previous versions.
1717
1818
[!INCLUDE [assets-devices-logical-entities](../includes/assets-devices-logical-entities.md)]
1919

20-
This diagram shows the relationships between assets, devices, and connector templates. This article describes these resources in more detail.
20+
The following diagram shows the relationships between assets, devices, and connector templates. This article describes these resources in more detail.
2121

2222
:::image type="content" source="media/concept-assets-devices/assets-devices.svg" alt-text="Diagram that shows the relationships between asset and device configuration resources." border="false":::
2323

@@ -42,31 +42,37 @@ graph LR
4242

4343
## Devices
4444

45-
Before you create an asset, define a device. A device is a configuration resource that describes southbound edge connectivity information for one or more assets. Each device has one or more inbound endpoints that define how the device connects securely to a physical asset or device. For example:
45+
Before you create an asset, define a device. A device is a configuration resource that describes [southbound](overview-manage-assets.md#southbound-and-northbound-connectivity) edge connectivity information for one or more assets.
4646

47-
- A device with an inbound endpoint definition for OPC UA stores the information you need to connect to an OPC UA server.
48-
- A device with an inbound endpoint definition for the media connector stores the information you need to connect to a media source.
47+
### Inbound endpoints
4948

50-
> [!NOTE]
51-
> A device can have multiple inbound endpoints. For example, you might create a device with two inbound endpoints that connect to an OPC UA server and a media source.
49+
Each device has one or more *inbound endpoints* that define how the device connects securely to a physical asset or device. For example:
5250

53-
### Inbound endpoints
51+
- A device with an inbound endpoint definition for OPC Unified Architecture (OPC UA) stores the information that you need for connecting to an OPC UA server.
52+
- A device with an inbound endpoint definition for the media connector stores the information that you need for connecting to a media source.
53+
54+
A device can have multiple inbound endpoints. For example, you might create a device with two inbound endpoints that connect to an OPC UA server and a media source.
5455

55-
An inbound endpoint configuration defines how a device connects to a physical asset or device. Each inbound endpoint has properties like:
56+
Each inbound endpoint has properties like:
5657

57-
- **Address**: The network address of the physical asset or device. For example, the URL of an OPC UA server or the IP address of a camera.
58-
- **Connector type**: The type of connector the device uses to connect to the physical asset or device. For example, `opcua`, `onvif`, or `media`.
59-
- **Authentication data**: The credentials the device uses to authenticate to the physical asset or device. For example, a username and password.
58+
- **Address**. The network address of the physical asset or device. For example, the URL of an OPC UA server or the IP address of a camera.
59+
- **Connector type**. The type of connector that the device uses to connect to the physical asset or device. For example, `opcua`, `onvif`, or `media`.
60+
- **Authentication data**. The credentials that the device uses to authenticate to the physical asset or device. For example, a username and password.
6061

6162
### Connector templates
6263

63-
*Connector templates* define the types of inbound endpoints available to OT users. For example, the ONVIF connector template defines the properties required to create an inbound endpoint that connects to an ONVIF-compliant camera.
64+
*Connector templates* define the types of inbound endpoints available to operational technology (OT) users. For example, the Open Network Video Interface Forum (ONVIF) connector template defines the required properties for creating an inbound endpoint that connects to an ONVIF-compliant camera.
6465

6566
An IT user adds connector templates in the Azure portal. After the IT user adds a connector template, an OT user can create devices with inbound endpoints of that type in the operations experience web UI.
6667

6768
## Assets
6869

69-
An *asset* is a configuration resource that represents a physical device or asset as an Azure Resource Manager resource in the cloud and as a Kubernetes custom resource at the edge. When you define an asset using the operations experience or Azure IoT Operations CLI, set up schema information like *data points*, *tags*, *events*, and *streams* for each asset.
70+
An asset is a configuration resource that represents a physical device or asset as:
71+
72+
- An Azure Resource Manager resource in the cloud.
73+
- A Kubernetes custom resource at the edge.
74+
75+
When you define an asset by using the operations experience or the Azure IoT Operations CLI, set up schema information like data points, tags, events, and streams for each asset.
7076

7177
The type of inbound endpoint that the asset connects to determines what schema elements you define for the asset. For example, if the asset connects to an OPC UA server, define tags and events. If the asset connects to a media resource, define streams.
7278

@@ -82,9 +88,9 @@ A *stream* is streaming data, like video or image snapshots from a media source.
8288

8389
Streams can be:
8490

85-
- Published to an MQTT topic
86-
- Saved to storage and synced with the cloud
87-
- Routed to a media service
91+
- Published to an MQTT topic.
92+
- Saved to storage and synced with the cloud.
93+
- Routed to a media service.
8894

8995
### Events
9096

@@ -106,7 +112,7 @@ Data points are grouped into datasets. A *dataset* is a collection of data point
106112

107113
## Destinations
108114

109-
Assets don't provide northbound connectivity for physical assets and devices. They publish data to the MQTT broker or save data to local storage. Other Azure IoT Operations services provide northbound connectivity. For example:
115+
Assets don't provide [northbound](overview-manage-assets.md#southbound-and-northbound-connectivity) connectivity for physical assets and devices. They publish data to the MQTT broker or save data to local storage. Other Azure IoT Operations services provide northbound connectivity. For example:
110116

111117
- *Data flows* route data from the MQTT broker to cloud services like Azure Event Grid or Azure Event Hubs.
112-
- The media connector proxies media streams to other media servers or uploads captured data to Azure blob storage.
118+
- The media connector proxies media streams to other media servers or uploads captured data to Azure Blob Storage.

0 commit comments

Comments
 (0)