Skip to content

Commit 8bd0ac3

Browse files
authored
Update howto-deploy-iot-operations.md
added --name
1 parent e3c44d4 commit 8bd0ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Azure IoT Operations requires a schema registry on your cluster. Schema registry
146146
1. Deploy Azure IoT Operations. This command takes several minutes to complete:
147147

148148
```azurecli
149-
az iot ops create --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP>
149+
az iot ops create --name <NAME> --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP>
150150
```
151151

152152
Use the optional parameters to customize your instance, including:

0 commit comments

Comments
 (0)