Skip to content

Commit 3ce7b0a

Browse files
Merge pull request #266662 from dominicbetts/aio-doe-feb
AIO: Custom asset properties
2 parents ddc46a0 + 227832a commit 3ce7b0a

File tree

14 files changed

+19
-15
lines changed

14 files changed

+19
-15
lines changed
7.34 KB
Loading
5.69 KB
Loading
-13.5 KB
Loading

articles/iot-operations/get-started/quickstart-add-assets.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: dobett
66
ms.topic: quickstart
77
ms.custom:
88
- ignite-2023
9-
ms.date: 10/24/2023
9+
ms.date: 02/19/2024
1010

1111
#CustomerIntent: As an OT user, I want to create assets in Azure IoT Operations so that I can subscribe to asset data points, and then process the data before I send it to the cloud.
1212
---
@@ -133,7 +133,7 @@ Enter the following asset information:
133133

134134
:::image type="content" source="media/quickstart-add-assets/create-asset-details.png" alt-text="Screenshot of Azure IoT Operations asset details page.":::
135135

136-
Scroll down on the **Asset details** page and add any additional information for the asset that you want to include such as:
136+
Scroll down on the **Asset details** page and configure any additional properties for the asset such as:
137137

138138
- Manufacturer
139139
- Manufacturer URI
@@ -144,11 +144,13 @@ Scroll down on the **Asset details** page and add any additional information for
144144
- Serial number
145145
- Documentation URI
146146

147-
Select **Next** to go to the **Tags** page.
147+
You can remove the sample properties that are already defined and add your own custom properties
148+
149+
Select **Next** to go to the **Add tags** page.
148150

149151
### Create OPC UA tags
150152

151-
Add two OPC UA tags on the **Tags** page. To add each tag, select **Add** and then select **Add tag**. Enter the tag details shown in the following table:
153+
Add two OPC UA tags on the **Add tags** page. To add each tag, select **Add tag or CSV** and then select **Add tag**. Enter the tag details shown in the following table:
152154

153155
| Node ID | Tag name | Observability mode |
154156
| ------------------ | ----------- | ------------------ |
@@ -161,7 +163,7 @@ You can override the default sampling interval and queue size for each tag.
161163

162164
:::image type="content" source="media/quickstart-add-assets/add-tag.png" alt-text="Screenshot of Azure IoT Operations add tag page.":::
163165

164-
Select **Next** to go to the **Events** page and then **Next** to go to the **Review** page.
166+
Select **Next** to go to the **Add events** page and then **Next** to go to the **Review** page.
165167

166168
### Review
167169

articles/iot-operations/manage-devices-assets/howto-manage-assets-remotely.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ description: Use the Azure IoT Operations portal or the Azure CLI to manage your
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: how-to
7-
ms.custom: ignite-2023, devx-track-azurecli
8-
ms.date: 10/24/2023
7+
ms.custom:
8+
- ignite-2023
9+
- devx-track-azurecli
10+
ms.date: 02/19/2024
911

1012
#CustomerIntent: As an OT user, I want configure my IoT Operations environment to so that data can flow from my OPC UA servers through to the MQTT broker.
1113
---
@@ -178,7 +180,7 @@ To add an asset in the Azure IoT Operations portal:
178180
179181
:::image type="content" source="media/howto-manage-assets-remotely/create-asset-details.png" alt-text="Screenshot that shows how to add asset details in the Azure IoT Operations portal.":::
180182
181-
1. Add any optional information for the asset that you want to include such as:
183+
1. Configure the set of properties that you want to associate with the asset. You can accept the default list of properties or add your own. The following properties are available by default:
182184
183185
- Manufacturer
184186
- Manufacturer URI
@@ -189,13 +191,13 @@ To add an asset in the Azure IoT Operations portal:
189191
- Serial number
190192
- Documentation URI
191193
192-
1. Select **Next** to go to the **Tags** page.
194+
1. Select **Next** to go to the **Add tags** page.
193195
194196
### Add individual tags to an asset
195197
196198
Now you can define the tags associated with the asset. To add OPC UA tags:
197199
198-
1. Select **Add > Add tag**.
200+
1. Select **Add tag or CSV > Add tag**.
199201
200202
1. Enter your tag details:
201203
@@ -212,7 +214,7 @@ Now you can define the tags associated with the asset. To add OPC UA tags:
212214
213215
:::image type="content" source="media/howto-manage-assets-remotely/add-tag.png" alt-text="Screenshot that shows adding tags in the Azure IoT Operations portal.":::
214216
215-
The following table shows some example tag values that you can use to with the built-in OPC PLC simulator:
217+
The following table shows some example tag values that you can use with the built-in OPC PLC simulator:
216218
217219
| Node ID | Tag name | Observability mode |
218220
| ------- | -------- | ------------------ |
@@ -237,7 +239,7 @@ You can import up to 1000 OPC UA tags at a time from a CSV file:
237239
| ns=3;s=FastUInt1001 | Tag 1001 | 1000 | 5 | none |
238240
| ns=3;s=FastUInt1002 | Tag 1002 | 5000 | 10 | none |
239241
240-
1. Select **Add > Import CSV (.csv) file**. Select the CSV file you created and select **Open**. The tags defined in the CSV file are imported:
242+
1. Select **Add tag or CSV > Import CSV (.csv) file**. Select the CSV file you created and select **Open**. The tags defined in the CSV file are imported:
241243
242244
:::image type="content" source="media/howto-manage-assets-remotely/import-complete.png" alt-text="A screenshot that shows the completed import from the Excel file in the Azure IoT Operations portal.":::
243245
@@ -251,7 +253,7 @@ You can import up to 1000 OPC UA tags at a time from a CSV file:
251253
252254
:::image type="content" source="media/howto-manage-assets-remotely/export-tags.png" alt-text="A screenshot that shows how to export tag definitions from an asset in the Azure IoT Operations portal.":::
253255
254-
1. On the **Tags** page, select **Next** to go to the **Events** page.
256+
1. On the **Tags** page, select **Next** to go to the **Add events** page.
255257
256258
> [!TIP]
257259
> You can use the filter box to search for tags.
@@ -290,7 +292,7 @@ When you create an asset by using the Azure CLI, you can define:
290292

291293
Now you can define the events associated with the asset. To add OPC UA events:
292294

293-
1. Select **Add > Add event**.
295+
1. Select **Add event or CSV > Add event**.
294296

295297
1. Enter your event details:
296298

@@ -349,7 +351,7 @@ For each event that you define, you can specify the:
349351

350352
# [Azure IoT Operations portal](#tab/portal)
351353

352-
Find and select the asset you created previously. Use the **Properties**, **Tags**, and **Events** tabs to make any changes:
354+
Find and select the asset you created previously. Use the **Asset details**, **Tags**, and **Events** tabs to make any changes:
353355

354356
:::image type="content" source="media/howto-manage-assets-remotely/asset-update-property-save.png" alt-text="A screenshot that shows how to update an existing asset in the Azure IoT Operations portal.":::
355357

2.18 KB
Loading
1.4 KB
Loading
6.34 KB
Loading
7.06 KB
Loading
2.78 KB
Loading

0 commit comments

Comments
 (0)