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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,6 @@ These assets, tags, and events map inbound data from OPC UA servers to friendly
37
37
38
38
To configure an assets endpoint, you need a running instance of Azure IoT Operations.
39
39
40
-
### Operations experience web UI
41
-
42
40
To sign in to the operations experience web UI, you need a Microsoft Entra ID account with at least contributor permissions for the resource group that contains your **Kubernetes - Azure Arc** instance. You can't sign in with a Microsoft account (MSA). To create a suitable Microsoft Entra ID account in your Azure tenant:
43
41
44
42
1. Sign in to the [Azure portal](https://portal.azure.com/) with the same tenant and user name that you used to deploy Azure IoT Operations.
@@ -76,6 +74,10 @@ After you select a site, the operations experience displays a list of the Azure
76
74
> [!TIP]
77
75
> You can use the filter box to search for instances.
78
76
77
+
After you select your instance, the operations experience displays the **Overview** page for the instance. The **Overview** page shows the status of the instance and the resources, such as assets, that are associated with it:
78
+
79
+
:::image type="content" source="media/howto-manage-assets-remotely/instance-overview.png" alt-text="Screenshot that shows the instance overview in the operations experience.":::
80
+
79
81
# [Azure CLI](#tab/cli)
80
82
81
83
Before you use the `az iot ops asset` commands, sign in to the subscription that contains your Azure IoT Operations deployment:
@@ -217,8 +219,8 @@ Now you can define the tags associated with the asset. To add OPC UA tags:
217
219
218
220
| Node ID | Tag name | Observability mode |
219
221
| ------- | -------- | ------------------ |
220
-
| ns=3;s=FastUInt10 | temperature | None |
221
-
| ns=3;s=FastUInt100 | Tag 10 | None |
222
+
| ns=3;s=FastUInt10 | Temperature | None |
223
+
| ns=3;s=FastUInt100 | Humidity | None |
222
224
223
225
1. Select **Manage default settings** to configure default telemetry settings for the asset. These settings apply to all the OPC UA tags that belong to the asset. You can override these settings for each tag that you add. Default telemetry settings include:
0 commit comments