Skip to content

Commit 32dfeae

Browse files
authored
Merge pull request #200252 from seesharprun/patch-1
Fixed code sample typo
2 parents e03dad5 + 2bc2a69 commit 32dfeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/access-key-vault-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In this step, create an access policy in Azure Key Vault using the previously ma
7979
8080
1. Use the [``az keyvault set-policy``](/cli/azure/keyvault#az-keyvault-set-policy) command to create an access policy in Azure Key Vault that gives the Azure Cosmos DB managed identity permission to access Key Vault. Specifically, the policy will use the **key-permissions** parameters to grant permissions to ``get``, ``list``, and ``import`` keys.
8181
82-
```azurecli-itneractive
82+
```azurecli-interactive
8383
az keyvault set-policy \
8484
--name $keyVaultName \
8585
--object-id $principal \

0 commit comments

Comments
 (0)