Skip to content

Commit cd41344

Browse files
committed
incorporating feedback
1 parent 4c615bf commit cd41344

3 files changed

Lines changed: 47 additions & 0 deletions

File tree

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@ The following diagram shows the relationships between assets, devices, and conne
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

24+
<!--
25+
```mermaid
26+
graph LR
27+
CT["`Connector templates
28+
such as OPC UA, ONVIF, Media.`"]
29+
30+
subgraph Device
31+
IE1["`Inbound endpoint(s)<br/>- *Address*<br/>- *Connector type*<br/>- *Authentication data*`"]
32+
end
33+
34+
35+
A["`Asset<br/>- *Name*<br/>- *Data points/Streams/<br/>Events*`"]
36+
37+
38+
CT -- Used by connector type --&gt; IE1
39+
A -- "`References an inbound endpoint`" --&gt; IE1>
40+
```
41+
--->
42+
2443
## Devices
2544

2645
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.

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ In the context of Azure IoT Operations, the terms *asset* and *device* can refer
2525

2626
This diagram shows the key components of asset management in Azure IoT Operations.
2727

28+
<!-- Art Library Source# ConceptArt-0-000-92 -->
29+
2830
:::image type="content" source="media/overview-manage-assets/azure-iot-operations-architecture.svg" alt-text="Diagram that shows services for managing assets." lightbox="media/overview-manage-assets/azure-iot-operations-architecture.png" border="false":::
2931

3032
In the preceding diagram:
@@ -39,6 +41,30 @@ This diagram shows how physical devices connect to Azure IoT Operations.
3941

4042
:::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":::
4143

44+
<!--
45+
```mermaid
46+
graph LR
47+
subgraph Physical devices and assets
48+
D2[Device connects directly to<br>the edge-based MQTT broker]
49+
D3[Physical device such as an<br>ONVIF compliant camera]
50+
D4[OPC UA server]
51+
D5[Physical asset<br>such as an oven]
52+
end
53+
54+
subgraph IoT Operations edge cluster
55+
B2[MQTT broker]
56+
B3[Connectors such as<br>OPC UA or ONVIF]
57+
end
58+
59+
D2 -- Publish --&gt; B2
60+
61+
B3 -- Publish --&gt; B2
62+
D3 -- Communicates using ONVIF protocol --&gt; B3
63+
D4 -- Communicates using OPC UA protocol --&gt; B3
64+
D5 --&gt; D4
65+
```
66+
-->
67+
4268
## Configuration resources
4369

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ With Azure IoT Operations, you can use data collected from assets and equipment
5555

5656
## Architecture overview
5757

58+
<!-- Art Library Source# ConceptArt-0-000-92 -->
59+
5860
:::image type="content" source="media/overview-iot-operations/azure-iot-operations-architecture.svg" alt-text="Diagram of the high-level architecture of Azure IoT Operations, showing its core components and data flow." lightbox="media/overview-iot-operations/azure-iot-operations-architecture.png" border="false":::
5961

6062
The Azure IoT Operations architecture has these core elements:

0 commit comments

Comments
 (0)