Skip to content

Commit 8b36e44

Browse files
committed
Detect to discover
1 parent 46b70da commit 8b36e44

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Detect OPC UA assets (preview)
3-
description: Understand how the Akri services enable you to detect devices and assets at the edge, and expose them as resources on your cluster.
2+
title: Discover OPC UA assets (preview)
3+
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
66
ms.subservice: azure-akri
@@ -9,12 +9,12 @@ ms.custom:
99
- ignite-2023
1010
ms.date: 04/07/2025
1111

12-
# CustomerIntent: As an industrial edge IT or operations user, I want to to understand how the Akri services enable me to detect devices and assets at the edge, and expose them as resources on a Kubernetes cluster.
12+
# 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 detection (preview)?
15+
# What is OPC UA asset discovery (preview)?
1616

17-
Azure IoT Operations detects 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.
17+
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

1919
The Akri services are an extensible framework for all device protocols. You can use them with out-of-the-box and partner-built connectors, or you can add custom discovery and provisioning capabilities by adding protocol handlers, connectors, and behaviors. Adding custom logic is made easy with the [Azure IoT Operations SDK](https://github.com/azure/iot-operations-sdks) (preview).
2020

@@ -53,9 +53,9 @@ With the Akri services, you can dynamically provision devices such as:
5353

5454
The Akri services use standard Kubernetes primitives that let you apply your existing expertise and knowledge. Small devices connected to an Akri-configured cluster can appear as Kubernetes resources, just like memory or CPUs. The Akri services controller enables the cluster operator to start brokers, jobs, or other workloads for individual connected devices or groups of devices. These device configurations and properties remain in the cluster so that if there's node failure, other nodes can pick up any lost work.
5555

56-
## Detect OPC UA assets
56+
## Discover OPC UA assets
5757

58-
The Akri services and OPC UA connector are a turnkey solution that lets you detect assets connected to an OPC UA server and add the asset configurations into Azure Device Registry. The OPC UA connector detects assets at the edge and Akri services maps them to assets in Azure Device Registry. The assets send telemetry 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 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 telemetry 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.
5959

6060
### Features supported
6161

@@ -75,13 +75,13 @@ The Akri services support the following features:
7575
| Installation through the Akri services Arc cluster extension ||
7676
| Onboard devices as custom resources to an edge cluster ||
7777
| View the Akri services metrics and logs through Azure Monitor ||
78-
| The Akri services detect and create assets that can be ingested into the Azure Device Registry ||
78+
| The Akri services discover and create assets that can be ingested into the Azure Device Registry ||
7979
| Akri services configuration by using the operations experience web UI ||
8080
| Deployment and management features for integrating non-Microsoft or custom protocol connectors and discovery handlers ||
8181

8282
## Related content
8383

84-
To learn more about the Akri services, see [Detect OPC UA data sources using the Akri services](howto-autodetect-opcua-assets-using-akri.md)
84+
To learn more about the Akri services, see [Discover OPC UA data sources using the Akri services](howto-autodetect-opcua-assets-using-akri.md)
8585

8686
To learn more about the open-source CNCF Akri, see the following resources:
8787

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ items:
4747
href: discover-manage-assets/overview-manage-assets.md
4848
- name: Understand assets and asset endpoints
4949
href: discover-manage-assets/concept-assets-asset-endpoints.md
50-
- name: Automatically detect assets
50+
- name: Discover assets
5151
href: discover-manage-assets/overview-akri.md
5252
- name: Manage your assets
5353
href: discover-manage-assets/howto-manage-assets-remotely.md

0 commit comments

Comments
 (0)