We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81cfc1b + 6acd957 commit 25270d1Copy full SHA for 25270d1
articles/iot-operations/discover-manage-assets/howto-manage-assets-remotely.md
@@ -114,7 +114,7 @@ An Azure IoT Operations deployment can include an optional built-in OPC PLC simu
114
Run the following command:
115
116
```azurecli
117
-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}
+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}
118
```
119
120
> [!TIP]
0 commit comments