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 933240b + 16f37bf commit f5bd535Copy full SHA for f5bd535
articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md
@@ -89,7 +89,7 @@ Use the Azure CLI to deploy Azure IoT Operations components to your Arc-enabled
89
* Deploy the Azure IoT Operations resources.
90
91
```azurecli-interactive
92
- az iot ops init --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP> --kv-id <KEYVAULT_ID>
+ az iot ops init --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP> --kv-id <KEYVAULT_SETTINGS_PROPERTIES_RESOURCE_ID>
93
```
94
95
> [!IMPORTANT]
0 commit comments