Skip to content

Commit 7d91f2d

Browse files
committed
DOE intro
1 parent 6d46915 commit 7d91f2d

File tree

3 files changed

+16
-28
lines changed

3 files changed

+16
-28
lines changed

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

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
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.
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: how-to
7-
ms.date: 06/25/2025
7+
ms.date: 07/15/2025
88

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.
1010
---
1111

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.
1315

1416
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).
1517

@@ -21,14 +23,11 @@ In the operations experience web UI, an _instance_ represents an Azure IoT Opera
2123

2224
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.
2325

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:
2727

2828
- View sites and instances.
2929
- Import and export devices and assets.
30-
- View devices and assets.
31-
- Use notifications and activity logs
30+
- Use notifications and activity logs.
3231

3332
## Prerequisites
3433

@@ -62,16 +61,6 @@ After you select a site, the operations experience displays a list of the Azure
6261
> [!TIP]
6362
> You can use the filter box to search for instances.
6463
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-
7564
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:
7665

7766
:::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
173162
174163
## Notifications
175164

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:
177166

178167
:::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":::
179168

@@ -190,5 +179,7 @@ To view activity logs as the resource level, select the resource that you want t
190179
## Related content
191180

192181
- [Connector for OPC UA overview](overview-opc-ua-connector.md)
193-
- [az iot ops asset](/cli/azure/iot/ops/asset)
194-
- [az iot ops device](/cli/azure/iot/ops/asset/endpoint)
182+
- [Connector for ONVIF overview](overview-onvif-connector.md)
183+
- [Media connector overview](overview-media-connector.md)
184+
- [Connector for REST/HTTP overview](overview-http-connector.md)
185+
- [Process and route data with data flows](../connect-to-cloud/overview-dataflow.md)

articles/iot-operations/discover-manage-assets/overview-manage-assets.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,4 @@ Akri services let you deploy and configure connectivity protocols, such as OPC U
124124

125125
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.
126126

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).

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ items:
6868
- name: Understand discovery with Akri services
6969
href: discover-manage-assets/overview-akri.md
7070
displayName: OPC UA, akri, detect, device, registry, southbound
71-
- name: Use the operations experience and CLI
71+
- name: Use the operations experience UI
7272
href: discover-manage-assets/howto-manage-assets-devices.md
7373
displayName: operations, experience, site, instance, device, data points, events, CLI, kubectl, southbound
7474
- name: Connect to OPC UA servers

0 commit comments

Comments
 (0)