Skip to content

Commit 4c030ed

Browse files
committed
Update configure-customer-managed-keys.md
1 parent 9e4bc48 commit 4c030ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-vmware/configure-customer-managed-keys.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ Navigate to your **Azure Key Vault** and provide access to the SDDC on Azure Key
137137
138138
To configure customer-managed keys for an Azure VMware Solution private cloud with automatic updating of the key version, call [az vmware private-cloud add-cmk-encryption](https://docs.microsoft.com/cli/azure/vmware/private-cloud?view=azure-cli-latest#az-vmware-private-cloud-add-cmk-encryption). Get the Key Vault URL and save it to a variable. You will need this value in the next step to enable CMK.
139139
140-
`keyVaultUrl =$(az keyvault show --name <keyvault_name> --resource-group <resource_group_name> --query properties.vaultUri --output tsv)`
140+
```azurecli-interactive
141+
keyVaultUrl =$(az keyvault show --name <keyvault_name> --resource-group <resource_group_name> --query properties.vaultUri --output tsv)
142+
```
141143

142144
Option 1 and 2 below demonstrate the difference between not providing a specific key version and providing one.
143145

0 commit comments

Comments
 (0)