Skip to content

Commit 4e57711

Browse files
authored
Merge pull request #303496 from dominicbetts/release-aio-2507-opcua-updates
AIO 2507: Update OPC UA config
2 parents 08a0671 + 6fb4099 commit 4e57711

19 files changed

+21
-30
lines changed

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

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,25 @@ To learn more, see [What is asset discovery (preview)?](overview-akri.md).
6666
6767
---
6868
69-
## Deploy the preview connectors
70-
71-
Currently, discovery is only enabled in the preview version of the connector for OPC UA.
72-
73-
[!INCLUDE [deploy-preview-media-connectors](../includes/deploy-preview-media-connectors.md)]
74-
7569
## Create a device
7670
77-
To create a device with discovery enabled:
71+
To create a device with an OPC UA endpoint that has discovery enabled:
7872
7973
1. Go to your Azure IoT Operations instance in the operations experience web UI.
8074
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:
8278
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.":::
8480
85-
1. Select **Create** to create the device.
81+
1. Finish creating the device.
8682
8783
## Review the discovered assets
8884
8985
Azure IoT Operations uses the device to connect to the OPC UA server and scan for assets. To view the discovered assets:
9086
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:
9288
9389
:::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.":::
9490
@@ -100,15 +96,15 @@ From the list of discovered assets, you can import an asset into your Azure IoT
10096
10197
1. Select the asset you want to import from the list of discovered assets. Then select **+ Import and create asset**.
10298
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:
104100
105101
:::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.":::
106102
107103
1. Step through the rest of the **Create asset** pages and select the imported tags and events that you want to use:
108104
109105
:::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.":::
110106
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:
112108
113109
:::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.":::
114110
@@ -125,13 +121,13 @@ Both the discovered asset and the imported asset are visible in your resource gr
125121
To review the discovered assets in your cluster, you can use the `kubectl` command line tool:
126122
127123
```console
128-
kubectl get discoveredassets -n azure-iot-operations
124+
kubectl get discoveredassets.namespaces -n azure-iot-operations
129125
```
130126
131127
To view the details of a discovered asset, use the following command:
132128
133129
```console
134-
kubectl describe discoveredasset <name> -n azure-iot-operations
130+
kubectl describe discoveredasset.namespaces <name> -n azure-iot-operations
135131
```
136132
137133
> [!TIP]

articles/iot-operations/discover-manage-assets/howto-configure-opc-ua-authentication-options.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: dobett
66
ms.subservice: azure-opcua-connector
77
ms.topic: how-to
88
ms.custom: ignite-2023
9-
ms.date: 10/22/2024
9+
ms.date: 07/29/2025
1010

1111
# CustomerIntent: As a user in IT, operations, or development, I want to configure my OPC UA industrial edge environment with custom OPC UA user authentication options to keep it secure and work with my solution.
1212
ms.service: azure-iot-operations
@@ -22,24 +22,19 @@ To learn more, see [OPC UA applications - user authentication](https://reference
2222

2323
## Prerequisites
2424

25-
- 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).
26-
27-
## Features supported
28-
29-
| Feature | Supported |
30-
| -------- |:---------:|
31-
| OPC UA user authentication with username and password. ||
32-
| OPC UA user authentication with an X.509 user certificate. ||
25+
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).
3326

3427
## Configure username and password authentication
3528

3629
To configure the secrets for the *username* and *password* values in the [operations experience](https://iotoperations.azure.com) web UI:
3730

3831
1. Navigate to your list of devices:
3932

40-
:::image type="content" source="media/howto-configure-opc-ua-authentication-options/asset-endpoint-list.png" alt-text="Screenshot that shows the list of devices.":::
33+
:::image type="content" source="media/howto-configure-opc-ua-authentication-options/device-list.png" alt-text="Screenshot that shows the list of devices.":::
34+
35+
1. Select **Create new**.
4136

42-
1. Select **Create device**.
37+
1. One the **Device details** page,add a new **Microsoft.OpcUa** inbound endpoint.
4338

4439
1. Select **Username password** as the authentication mode:
4540

articles/iot-operations/discover-manage-assets/howto-configure-opc-ua-certificates-infrastructure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: dobett
66
ms.subservice: azure-opcua-connector
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 05/12/2025
9+
ms.date: 07/28/2025
1010

1111
# 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.
1212
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
2525

2626
## Prerequisites
2727

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

3030
## Configure a self-signed application instance certificate for the connector for OPC UA
3131

@@ -165,7 +165,7 @@ To use the operations experience web UI to manage the issuer certificates list,
165165
166166
1. Go to the **Devices page** in the [operations experience](https://iotoperations.azure.com) web UI.
167167
168-
1. To view the issuer certificates list, select **Manage certificates and secrets** and then **Certificates**:
168+
1. To view the issuer certificates list, select **Manage certificates and secrets** and then **Certificates**. The filter box lets you view the different certificate lists:
169169
170170
:::image type="content" source="media/howto-configure-opc-ua-certificates-infrastructure/upload-issuer-certificate.png" lightbox="media/howto-configure-opc-ua-certificates-infrastructure/upload-issuer-certificate.png" alt-text="Screenshot of operations experience showing certificate upload page for the issuer certificates list.":::
171171

articles/iot-operations/discover-manage-assets/howto-configure-opc-ua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use the operations experience web UI or the Azure CLI to configure
44
author: dominicbetts
55
ms.author: dobett
66
ms.topic: how-to
7-
ms.date: 07/22/2025
7+
ms.date: 07/28/2025
88

99

1010
#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.
13.5 KB
Loading
24.4 KB
Loading
Loading
Loading
29.1 KB
Loading

0 commit comments

Comments
 (0)