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/discover-manage-assets/howto-manage-assets-remotely.md
+95Lines changed: 95 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,41 @@ To use the `UsernamePassword` authentication mode, complete the following steps:
156
156
157
157
---
158
158
159
+
### Import and export asset endpoints
160
+
161
+
Use the **Import** and **Export** buttons to import or export an asset endpoint in the operations experience:
162
+
163
+
:::image type="content" source="media/howto-manage-assets-remotely/export-import-asset-endpoints.png" alt-text="Screenshot showing the options to import and export an asset endpoint.":::
164
+
165
+
The JSON file that you export contains the asset endpoint definition. You can use this file to import the asset endpoint into another instance of Azure IoT Operations or modify it to create a new asset endpoint in the current instance:
> Export an existing asset endpoint to discover the `extendedLocation Name` value.
190
+
191
+
> [!TIP]
192
+
> You can also use the `az iot ops asset endpoint show` and `az iot ops asset endpoint create` commands to view and create asset endpoints.
193
+
159
194
## Add an asset, tags, and events
160
195
161
196
# [Operations experience](#tab/portal)
@@ -441,6 +476,66 @@ az iot ops asset delete --name thermostat -g {your resource group name}
441
476
442
477
---
443
478
479
+
## Import and export assets
480
+
481
+
Use the **Import** and **Export** buttons to import or export an asset in the operations experience:
482
+
483
+
:::image type="content" source="media/howto-manage-assets-remotely/export-import-assets.png" alt-text="Screenshot showing the options to import and export an asset.":::
484
+
485
+
The JSON file that you export contains the asset definition. You can use this file to import the asset into another instance of Azure IoT Operations or modify it to create a new asset in the current instance. The following JSON example shows an example import file to use to create a thermostat asset:
0 commit comments