Skip to content

Commit 7e60494

Browse files
authored
Merge pull request #123375 from WilliamBerryiii/patch-3
Update howto-configure-opcua-authentication-options.md
2 parents 214e33f + b8829a5 commit 7e60494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ First, configure the secrets for the username and password in Azure Key Vault an
5252
az keyvault secret set \
5353
--name "password" \
5454
--vault-name "<your-azure-key-vault-name>" \
55-
--value "<your-opc-ua-server-username>" \
55+
--value "<your-opc-ua-server-password>" \
5656
--content-type "text/plain"
5757
```
5858

0 commit comments

Comments
 (0)