Skip to content

Commit 25270d1

Browse files
Merge pull request #290296 from dominicbetts/release-aio-ga-cli-fix
AIO [GA]: Fix CLI command
2 parents 81cfc1b + 6acd957 commit 25270d1

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
@@ -114,7 +114,7 @@ An Azure IoT Operations deployment can include an optional built-in OPC PLC simu
114114
Run the following command:
115115

116116
```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}
117+
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}
118118
```
119119

120120
> [!TIP]

0 commit comments

Comments
 (0)