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-devices.md
+14-23Lines changed: 14 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
---
2
-
title: Manage asset and device configurations
3
-
description: Use the operations experience web UI or the Azure CLI to manage your asset and device configurations.
2
+
title: Manage resources in the operations experience UI
3
+
description: Use the operations experience web UI to manage resources such as your asset and device configurations.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
ms.topic: how-to
7
-
ms.date: 06/25/2025
7
+
ms.date: 07/15/2025
8
8
9
-
#CustomerIntent: As an OT user, I want to understand the capabilities of the operations experience and Azure CLI that are common to all assets and devices.
9
+
#CustomerIntent: As an OT user, I want to understand the capabilities of the operations experience that are common to all assets and devices.
10
10
---
11
11
12
-
# Manage asset configurations
12
+
# Use the operations experience to manage resources such as assets, devices, and data flows
13
+
14
+
The *operations experience* lets OT users manage resources such as their assets, devices, and data flows. The operations experience is a web-based user interface that provides a consistent way to manage assets and devices across different Azure IoT Operations sites and instances.
13
15
14
16
A _site_ is a collection of Azure IoT Operations instances. Sites typically group instances by physical location and make it easier for OT users to locate and manage assets. Your IT administrator creates sites and assigns Azure IoT Operations instances to them. To learn more, see [What is Azure Arc site manager (preview)?](/azure/azure-arc/site-manager/overview).
15
17
@@ -21,14 +23,11 @@ In the operations experience web UI, an _instance_ represents an Azure IoT Opera
21
23
22
24
An _inbound endpoint_ is a logical endpoint that you create to represent a physical device or asset. Inbound endpoints have a type, such as OPC UA or ONVIF, that determines the type of of physical device or asset to connect to. The available types of inbound endpoints depend on the connector templates the IT admin configured in the Azure portal. Each type of inbound endpoint has it's own set of properties that you can configure. For example, an OPC UA inbound endpoint has properties such as the OPC UA server URL, security mode, and security policy.
23
25
24
-
In the operations experience web UI, an _instance_ represents an Azure IoT Operations cluster.
25
-
26
-
This article describes how to use the operations experience web UI and the Azure CLI to:
26
+
This article describes how to use the operations experience web UI:
27
27
28
28
- View sites and instances.
29
29
- Import and export devices and assets.
30
-
- View devices and assets.
31
-
- Use notifications and activity logs
30
+
- Use notifications and activity logs.
32
31
33
32
## Prerequisites
34
33
@@ -62,16 +61,6 @@ After you select a site, the operations experience displays a list of the Azure
62
61
> [!TIP]
63
62
> You can use the filter box to search for instances.
64
63
65
-
# [Azure CLI](#tab/cli)
66
-
67
-
Before you use the `az iot ops asset` commands, sign in to the subscription that contains your Azure IoT Operations deployment:
68
-
69
-
```azurecli
70
-
az login
71
-
```
72
-
73
-
---
74
-
75
64
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:
76
65
77
66
:::image type="content" source="media/howto-manage-assets-devices/instance-overview.png" alt-text="Screenshot that shows the overview page for an instance in the operations experience." lightbox="media/howto-manage-assets-devices/instance-overview.png":::
@@ -173,7 +162,7 @@ The JSON file that you export contains the asset definition. You can use this fi
173
162
174
163
## Notifications
175
164
176
-
Whenever you make a change to asset in the operations experience, you see a notification that reports the status of the operation:
165
+
Whenever you make a change to a resource in the operations experience, you see a notification that reports the status of the operation:
177
166
178
167
:::image type="content" source="media/howto-manage-assets-devices/portal-notifications.png" alt-text="A screenshot that shows the notifications in the operations experience." lightbox="media/howto-manage-assets-devices/portal-notifications.png":::
179
168
@@ -190,5 +179,7 @@ To view activity logs as the resource level, select the resource that you want t
190
179
## Related content
191
180
192
181
-[Connector for OPC UA overview](overview-opc-ua-connector.md)
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/overview-manage-assets.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,4 @@ Akri services let you deploy and configure connectivity protocols, such as OPC U
124
124
125
125
Akri services simplify the process of creating assets by automatically onboarding assets with pre-configured datasets and device endpoints generated by the connectors to represent capabilities and devices on the network.
126
126
127
-
Currently:
128
-
129
-
- The operations experience web UI doesn't enable you to configure Akri services and scenarios.
130
-
- The connectors don't exercise the discovery capabilities of Akri services.
127
+
To learn more, see [What is asset and device discovery (preview)?](overview-akri.md).
0 commit comments