Skip to content

Commit 612b056

Browse files
committed
Update asset endpoint auth
1 parent 190de59 commit 612b056

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ ms.date: 09/16/2024
1717

1818
In this article, you learn how to configure OPC UA user authentication options. These options provide more control over how the connector for OPC UA authenticates with OPC UA servers in your environment.
1919

20+
Currently, the connector for OPC UA supports user authentication with a username and password. You store and manage the username and password values in Azure Key Vault. Azure IoT Operations then synchronizes these values to your Kubernetes cluster where you can use them securely.
21+
2022
To learn more, see [OPC UA applications - user authentication](https://reference.opcfoundation.org/Core/Part2/v105/docs/5.2.3).
2123

2224
## Prerequisites
2325

24-
A deployed instance of Azure IoT Operations Preview. To deploy Azure IoT Operations for demonstration and exploration purposes, see [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md).
26+
A deployed instance of Azure IoT Operations Preview with [Manage Synced Secrets](../deploy-iot-ops/howto-manage-secrets.md#manage-synced-secrets) enabled.
2527

2628
## Features supported
2729

@@ -32,26 +34,23 @@ A deployed instance of Azure IoT Operations Preview. To deploy Azure IoT Operati
3234

3335
## Configure username and password authentication
3436

35-
First, configure the secrets for the username and password in Azure Operator Experience.
36-
37-
Step 1: Navigate to the Asset EndPoint Profile from the left side menu
38-
39-
![image](https://github.com/user-attachments/assets/0ef75d0f-f4c1-46bf-95e0-e6076a0b28df)
37+
To configure the secrets for the *username* and *password* values in the [operations experience](https://iotoperations.azure.com) web UI:
4038

41-
Step 2: Select Create asset endpoint
42-
![image](https://github.com/user-attachments/assets/59e0d03c-4db0-4e8d-9740-54843c9b4a40)
39+
1. Navigate to your list of asset endpoints:
4340

41+
:::image type="content" source="media/howto-configure-opcua-authentication-options/asset-endpoint-list.png" alt-text="Screenshot that shows the list of asset endpoints.":::
4442

45-
Step 3: Under User authentication mode select username and password
43+
1. Select **Create asset endpoint**.
4644

47-
Step 4: Insert the usernama and password reference from AKV and click on Create
45+
1. Select **Username password** as the authentication mode:
4846

49-
Step 5: In case you don't have the reference, click on Select. You will see a list of available AKV references and you can select one.
50-
![image](https://github.com/user-attachments/assets/468dc6aa-db55-48ee-880b-5746f04cff28)
47+
:::image type="content" source="media/howto-configure-opcua-authentication-options/authentication-mode.png" alt-text="Screenshot that shows the username and password authentication mode selected.":::
5148

49+
1. Enter a synced secret name and then select the username and password references from the linked Azure Key Vault:
5250

53-
Alternatively, you can create a new reference
54-
![image](https://github.com/user-attachments/assets/fb4534ad-d5d4-4424-92de-0e499b8cd764)
51+
:::image type="content" source="media/howto-configure-opcua-authentication-options/select-from-key-vault.png" alt-text="Screenshot that shows the username and password references from Azure Key Vault.":::
5552

56-
Step 6: Click Apply
53+
> [!TIP]
54+
> You have the option to create new secrets in Azure Key Vault if you haven't already added them.
5755
56+
1. Select **Apply**.
Loading
Loading
Loading

0 commit comments

Comments
 (0)