You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/get-started/quickstart-add-assets.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: dobett
6
6
ms.topic: quickstart
7
7
ms.custom:
8
8
- ignite-2023
9
-
ms.date: 10/24/2023
9
+
ms.date: 02/19/2024
10
10
11
11
#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.
12
12
---
@@ -133,7 +133,7 @@ Enter the following asset information:
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:
137
137
138
138
- Manufacturer
139
139
- Manufacturer URI
@@ -144,11 +144,13 @@ Scroll down on the **Asset details** page and add any additional information for
144
144
- Serial number
145
145
- Documentation URI
146
146
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.
148
150
149
151
### Create OPC UA tags
150
152
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:
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-devices-assets/howto-manage-assets-remotely.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ description: Use the Azure IoT Operations portal or the Azure CLI to manage your
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
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
9
11
10
12
#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.
11
13
---
@@ -178,7 +180,7 @@ To add an asset in the Azure IoT Operations portal:
178
180
179
181
:::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.":::
180
182
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:
182
184
183
185
- Manufacturer
184
186
- Manufacturer URI
@@ -189,13 +191,13 @@ To add an asset in the Azure IoT Operations portal:
189
191
- Serial number
190
192
- Documentation URI
191
193
192
-
1. Select **Next** to go to the **Tags** page.
194
+
1. Select **Next** to go to the **Add tags** page.
193
195
194
196
### Add individual tags to an asset
195
197
196
198
Now you can define the tags associated with the asset. To add OPC UA tags:
197
199
198
-
1. Select **Add > Add tag**.
200
+
1. Select **Add tag or CSV > Add tag**.
199
201
200
202
1. Enter your tag details:
201
203
@@ -212,7 +214,7 @@ Now you can define the tags associated with the asset. To add OPC UA tags:
212
214
213
215
:::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.":::
214
216
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:
216
218
217
219
| Node ID | Tag name | Observability mode |
218
220
| ------- | -------- | ------------------ |
@@ -237,7 +239,7 @@ You can import up to 1000 OPC UA tags at a time from a CSV file:
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:
241
243
242
244
:::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.":::
243
245
@@ -251,7 +253,7 @@ You can import up to 1000 OPC UA tags at a time from a CSV file:
251
253
252
254
:::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.":::
253
255
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.
255
257
256
258
> [!TIP]
257
259
> 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:
290
292
291
293
Now you can define the events associated with the asset. To add OPC UA events:
292
294
293
-
1. Select **Add > Add event**.
295
+
1. Select **Add event or CSV > Add event**.
294
296
295
297
1. Enter your event details:
296
298
@@ -349,7 +351,7 @@ For each event that you define, you can specify the:
349
351
350
352
# [Azure IoT Operations portal](#tab/portal)
351
353
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:
353
355
354
356
:::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.":::
0 commit comments