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
To create a device with an OPC UA endpoint that has discovery enabled:
78
72
79
73
1. Go to your Azure IoT Operations instance in the operations experience web UI.
80
74
81
-
1. Add a new device and select the **Enable discovery** option:
75
+
1. Add a new device and add an OPC UA endpoint.
76
+
77
+
1. Select the **Run asset discovery** option for the endpoint:
82
78
83
-
:::image type="content" source="media/howto-autodetect-opc-ua-assets-use-akri/enable-auto-discover.png" alt-text="Screenshot that shows how to create a device with discovery enabled.":::
79
+
:::image type="content" source="media/howto-autodetect-opc-ua-assets-use-akri/enable-asset-detection.png" alt-text="Screenshot that shows how to create a device endpoint with discovery enabled.":::
84
80
85
-
1. Select **Create** to create the device.
81
+
1. Finish creating the device.
86
82
87
83
## Review the discovered assets
88
84
89
85
Azure IoT Operations uses the device to connect to the OPC UA server and scan for assets. To view the discovered assets:
90
86
91
-
1. Go to the **Discovery** page for your instance in the operations experience:
87
+
1. Go to the **Discovery** page for your instance in the operations experience and then go to the **Discovered assets** tab:
92
88
93
89
:::image type="content" source="media/howto-autodetect-opc-ua-assets-use-akri/discovered-assets-list.png" alt-text="Screenshot that shows how to view discovered assets.":::
94
90
@@ -100,15 +96,15 @@ From the list of discovered assets, you can import an asset into your Azure IoT
100
96
101
97
1. Select the asset you want to import from the list of discovered assets. Then select **+ Import and create asset**.
102
98
103
-
1. The site takes you to the **Add asset details** page, where you can review the asset details and make any changes. The asset name is automatically populated with the name of the discovered asset, but you can override the name on this page:
99
+
1. The site takes you to the **Asset details** page for a namespace asset, where you can review the asset details and make any changes. Enter a name and description for the discovered asset:
104
100
105
101
:::image type="content" source="media/howto-autodetect-opc-ua-assets-use-akri/add-asset-details.png" alt-text="Screenshot that shows an asset created from a discovered asset.":::
106
102
107
103
1. Step through the rest of the **Create asset** pages and select the imported tags and events that you want to use:
108
104
109
105
:::image type="content" source="media/howto-autodetect-opc-ua-assets-use-akri/add-imported-tags.png" alt-text="Screenshot that shows how to modify the tags of an imported asset.":::
110
106
111
-
1. The imported asset is created in your Azure IoT Operations instance. You can view the asset in the **Assets** page of the operations experience:
107
+
1. The imported namespace asset is created in your Azure IoT Operations instance. You can view the asset in the **Assets** page of the operations experience:
112
108
113
109
:::image type="content" source="media/howto-autodetect-opc-ua-assets-use-akri/provisioned-asset.png" alt-text="Screenshot that shows how to view the imported asset.":::
114
110
@@ -125,13 +121,13 @@ Both the discovered asset and the imported asset are visible in your resource gr
125
121
To review the discovered assets in your cluster, you can use the `kubectl` command line tool:
126
122
127
123
```console
128
-
kubectl get discoveredassets -n azure-iot-operations
124
+
kubectl get discoveredassets.namespaces -n azure-iot-operations
129
125
```
130
126
131
127
To view the details of a discovered asset, use the following command:
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-configure-opc-ua-certificates-infrastructure.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: dobett
6
6
ms.subservice: azure-opcua-connector
7
7
ms.custom: devx-track-azurecli
8
8
ms.topic: how-to
9
-
ms.date: 05/12/2025
9
+
ms.date: 07/28/2025
10
10
11
11
# CustomerIntent: As an industrial edge IT or operations user, I want to to understand how to manage the OPC UA Certificates in the context of the connector for OPC UA.
12
12
ms.service: azure-iot-operations
@@ -25,7 +25,7 @@ The connector for OPC UA must trust the OPC UA servers it connects to. The conne
25
25
26
26
## Prerequisites
27
27
28
-
-An Azure IoT Operations instance deployed with secure settings. If you deployed Azure IoT Operations with test settings, you need to first [enable secure settings](../deploy-iot-ops/howto-enable-secure-settings.md).
28
+
An Azure IoT Operations instance deployed with secure settings. If you deployed Azure IoT Operations with test settings, you need to first [enable secure settings](../deploy-iot-ops/howto-enable-secure-settings.md).
29
29
30
30
## Configure a self-signed application instance certificate for the connector for OPC UA
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-configure-opc-ua.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Use the operations experience web UI or the Azure CLI to configure
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
ms.topic: how-to
7
-
ms.date: 07/22/2025
7
+
ms.date: 07/28/2025
8
8
9
9
10
10
#CustomerIntent: As an OT user, I want configure my Azure IoT Operations environment so that data can flow from my OPC UA servers through to the MQTT broker.
0 commit comments