Skip to content

Commit 8d4aa42

Browse files
committed
Clarify detection and discovery
1 parent 2856e41 commit 8d4aa42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 07/08/2025
1616

1717
The Azure IoT Operations southbound connectors use Akri services to:
1818

19-
- Discover physical assets and devices connected to your cluster.
19+
- Discover physical devices connected to your cluster and detect assets.
2020
- Enable connectivity to the physical assets and devices by using protocols such as OPC UA, ONVIF, and REST/HTTP.
2121
- Configure namespace assets and devices as custom resources in your Kubernetes cluster.
2222
- Integrate with Azure Device Registry to project device and namespace assets to the cloud as Azure Resource Manager resources, reducing the amount of manual configuration required.
@@ -51,9 +51,9 @@ To address the challenges of integrating non-Kubernetes IoT leaf devices, the Ak
5151

5252
Akri services include the _Akri operator_. The operator lets you deploy connector dynamically when certain types of device are found on the cluster and the corresponding namespace assets are allocated to the connector. The Akri operator provides automatic access to Azure IoT Operations resources such as device endpoints and namespace assets.
5353

54-
### Asset discovery
54+
### Asset detection
5555

56-
Akri services include the _Azure Device Registry service component_, which works with the connectors that have discovery capabilities. These connectors enable the metadata and definitions such as datasets and events to be onboarded through known device endpoints. The Azure Device Registry service component creates the discovered namespace assets as custom resources that an OT user can view in the operations experience web UI. The OT user can then onboard the discovered assets as namespace assets that are automatically added to the Azure Device Registry.
56+
Akri services include the _Azure Device Registry service component_, which works with the connectors that have detection capabilities. These connectors enable the metadata and definitions such as datasets and events to be onboarded through known device endpoints. The Azure Device Registry service component creates the detected namespace assets as custom resources that an OT user can view in the operations experience web UI. The OT user can then onboard the detected assets as namespace assets that are automatically added to the Azure Device Registry.
5757

5858
### Physical device discovery
5959

@@ -69,9 +69,9 @@ The Akri services use standard Kubernetes primitives that let you apply your exi
6969

7070
## Supported connectors
7171

72-
The following table shows the connectors currently available in Azure IoT Operations and their asset and device discovery capabilities:
72+
The following table shows the connectors currently available in Azure IoT Operations and their asset detection and device discovery capabilities:
7373

74-
| Connector | Device discovery | Asset discovery |
74+
| Connector | Device discovery | Asset detection |
7575
|------------------------|:----------------:|:---------------:|
7676
| Connector for OPC UA | Yes | Yes |
7777
| Connector for ONVIF | Yes (for Media inbound endpoints) | Yes (events and management groups) |

0 commit comments

Comments
 (0)