Skip to content

Commit ddcddbf

Browse files
authored
Merge pull request #301619 from dominicbetts/aio-discovery-specs
AIO discovery: Add links to OPC UA specs
2 parents c758c70 + 09b438e commit ddcddbf

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

articles/iot-operations/discover-manage-assets/howto-autodetect-opc-ua-assets-use-akri.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 04/02/2025
1414

1515
In this article, you learn how to automatically discover and configure OPC UA assets connected to your Azure IoT Operations deployment. The automatic discovery process starts when you add an asset endpoint with the **Enable discovery** option selected.
1616

17+
To learn more, see [What is asset discovery (preview)?](overview-akri.md).
18+
1719
## Prerequisites
1820

1921
- **Enable resource sync rules.** A deployed instance of Azure IoT Operations with resource sync rules enabled. To learn more, see [Deploy Azure IoT Operations](../deploy-iot-ops/overview-deploy.md).

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Discover OPC UA assets (preview)
2+
title: Discover assets (preview)
33
description: Understand how the Akri services enable you to discover devices and assets at the edge, and expose them as resources on your cluster.
44
author: dominicbetts
55
ms.author: dobett
@@ -12,7 +12,7 @@ ms.date: 04/07/2025
1212
# CustomerIntent: As an industrial edge IT or operations user, I want to to understand how the Akri services enable me to discover devices and assets at the edge, and expose them as resources on a Kubernetes cluster.
1313
---
1414

15-
# What is OPC UA asset discovery (preview)?
15+
# What is asset discovery (preview)?
1616

1717
Azure IoT Operations discovers devices and assets by using the included Akri services (preview). The Akri services enable protocol connections and configurations by using Azure Device Registry. The Akri services simplify the process of projecting leaf devices such as OPC UA servers, cameras, IoT sensors, and other assets into the Azure Device Registry. The Akri services use the devices' own protocols to project leaf devices as Azure Resource Manager resources in the Azure Device Registry. For administrators who attach or remove devices from a cluster, this capability reduces the amount of coordination and manual configuration required.
1818

@@ -55,29 +55,31 @@ The Akri services use standard Kubernetes primitives that let you apply your exi
5555

5656
## Discover OPC UA assets
5757

58-
The Akri services and OPC UA connector are a turnkey solution that lets you discover assets connected to an OPC UA server and add the asset configurations into Azure Device Registry. The OPC UA connector discovers assets at the edge and Akri services maps them to assets in Azure Device Registry. The assets send messages, such as sensor data, to upstream brokers and components. The Akri services let you eliminate the time-consuming and error-prone process of manually configuring and onboarding the assets to your cluster and Azure Device Registry.
58+
The Akri services and connector for OPC UA are a turnkey solution that lets you discover assets connected to an OPC UA server and add the asset configurations into Azure Device Registry. The connector for OPC UA discovers assets at the edge and Akri services maps them to assets in Azure Device Registry. The assets send messages, such as sensor data, to upstream brokers and components. The Akri services let you eliminate the time-consuming and error-prone process of manually configuring and onboarding the assets to your cluster and Azure Device Registry.
59+
60+
To discover OPC UA assets, the assets must be compliant with the [OPC 10000-100: Devices](https://reference.opcfoundation.org/DI/v103/docs/) companion specification. The connector for OPC UA and Akri services follow the process described in [OPC 10000-110: Asset Management Basics](https://reference.opcfoundation.org/AMB/v101/docs/) to discover OPC UA assets and onboard them into Azure Device Registry.
5961

6062
### Features supported
6163

6264
The Akri services support the following features:
6365

6466
| [CNCF Akri Features](https://docs.akri.sh/) | Supported |
6567
| ------------------------------------------- | :-------: |
66-
| Dynamic discovery of devices at the edge (supported protocols: OPC UA, ONVIF, udev) | |
67-
| Schedule devices with minimal latency using Akri's information on node affinity on the cluster | |
68-
| View Akri metrics and logs locally through Prometheus and Grafana | |
69-
| Secrets and credentials management | |
70-
| M:N device to broker ratio through configuration-level resource support | |
71-
| Observability on Akri deployments through Prometheus and Grafana dashboards | |
68+
| Dynamic discovery of devices at the edge (supported protocols: OPC UA, ONVIF, udev) | Yes |
69+
| Schedule devices with minimal latency using Akri's information on node affinity on the cluster | Yes |
70+
| View Akri metrics and logs locally through Prometheus and Grafana | Yes |
71+
| Secrets and credentials management | Yes |
72+
| M:N device to broker ratio through configuration-level resource support | Yes |
73+
| Observability on Akri deployments through Prometheus and Grafana dashboards | Yes |
7274

7375
| Akri services features | Supported |
7476
|--------------------------|:---------:|
75-
| Installation through the Akri services Arc cluster extension | |
76-
| Onboard devices as custom resources to an edge cluster | |
77-
| View the Akri services metrics and logs through Azure Monitor | |
78-
| The Akri services discover and create assets that can be ingested into the Azure Device Registry | |
79-
| Akri services configuration by using the operations experience web UI | |
80-
| Deployment and management features for integrating non-Microsoft or custom protocol connectors and discovery handlers | |
77+
| Installation through the Akri services Arc cluster extension | Yes |
78+
| Onboard devices as custom resources to an edge cluster | Yes |
79+
| View the Akri services metrics and logs through Azure Monitor | Yes |
80+
| The Akri services discover and create assets that can be ingested into the Azure Device Registry | Yes |
81+
| Akri services configuration by using the operations experience web UI | Yes |
82+
| Deployment and management features for integrating non-Microsoft or custom protocol connectors and discovery handlers | No |
8183

8284
## Related content
8385

0 commit comments

Comments
 (0)