Skip to content

Commit 16f37bf

Browse files
Update howto-deploy-iot-operations.md
Correct settings for Key Vault ID to correctly refer to the KV Resource ID so readers know which property to use.
1 parent 056ebbe commit 16f37bf

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
@@ -89,7 +89,7 @@ Use the Azure CLI to deploy Azure IoT Operations components to your Arc-enabled
8989
* Deploy the Azure IoT Operations resources.
9090

9191
```azurecli-interactive
92-
az iot ops init --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP> --kv-id <KEYVAULT_ID>
92+
az iot ops init --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP> --kv-id <KEYVAULT_SETTINGS_PROPERTIES_RESOURCE_ID>
9393
```
9494

9595
If you don't have **Microsoft.Authorization/roleAssignment/write** permissions in the resource group, add the `--disable-rsync-rules` feature flag. This flag disables the resource sync rules on the deployment.

0 commit comments

Comments
 (0)