Skip to content

Commit 9e4bc48

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,12 @@ Navigate to your **Azure Key Vault** and provide access to the SDDC on Azure Key
135135
136136
# [Azure CLI](#tab/azure-cli)
137137
138-
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). See the examples below to understand the difference between not providing and providing a specific key version.
138+
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
140140
`keyVaultUrl =$(az keyvault show --name <keyvault_name> --resource-group <resource_group_name> --query properties.vaultUri --output tsv)`
141141
142+
Option 1 and 2 below demonstrate the difference between not providing a specific key version and providing one.
143+
142144
**Option 1**
143145
144146
This example shows the customer not providing a specific key version.
@@ -187,7 +189,7 @@ When a customer wants to change from a customer-managed key (CMK) to a Microsoft
187189
The Azure Key Vault must be configured as recoverable.
188190

189191
- Configure Azure Key Vault with the **Soft Delete** option.
190-
- Turn on **purge protection** to guard against force deletion of the secret vault, even after soft delete.
192+
- Turn on **Purge Protection** to guard against force deletion of the secret vault, even after soft delete.
191193

192194
Updating CMK settings won't work if the key is expired or the Azure VMware Solution access key has been revoked.
193195

0 commit comments

Comments
 (0)