Skip to content

Commit d998f38

Browse files
Merge pull request #290181 from dominicbetts/release-aio-ga-opcua-fixes
AIO [GA]: Fix CLI command
2 parents ee1f772 + 6557d46 commit d998f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/discover-manage-assets/howto-manage-assets-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To use the `UsernamePassword` authentication mode, complete the following steps:
151151
1. Use a command like the following example to create your asset endpoint:
152152

153153
```azurecli
154-
az iot ops asset endpoint opcua create --name opc-ua-connector-0 --target-address opc.tcp://opcplc-000000:50000 -g {your resource group name} --instance {your instance name} --username-ref "aio-opc-ua-broker-user-authentication/username" --password-ref "aio-opc-ua-broker-user-authentication/password"
154+
az iot ops asset endpoint create opcua --name opc-ua-connector-0 --target-address opc.tcp://opcplc-000000:50000 -g {your resource group name} --instance {your instance name} --username-ref "aio-opc-ua-broker-user-authentication/username" --password-ref "aio-opc-ua-broker-user-authentication/password"
155155
```
156156
157157
---

0 commit comments

Comments
 (0)