Skip to content

Commit e6f1659

Browse files
committed
Updates
1 parent 1b01f9b commit e6f1659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/disk-encryption-key-vault.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ New-AzResourceGroup -Name "myResourceGroup" -Location "EastUS"
3434
Create a key vault using the [az keyvault create](/cli/azure/keyvault#az_keyvault_create) Azure CLI command, the [New-AzKeyvault](/powershell/module/az.keyvault/new-azkeyvault) Azure PowerShell command, the [Azure portal](https://portal.azure.com), or a [Resource Manager template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.keyvault/key-vault-create).
3535

3636
>[!WARNING]
37-
> To ensure that encryption secrets don't cross regional boundaries, Azure Disk Encryption requires the Key Vault and the VMs to be co-located in the same region and tenant. Create and use a Key Vault that is in the same region and tenant as the VMs to be encrypted.
37+
> To ensure that encryption secrets don't cross regional boundaries, Azure Disk Encryption requires the Key Vault and the VMs to be co-located in the same region and tenant. Create and use a key vault that is in the same region and tenant as the VMs to be encrypted.
3838
3939
Each Key Vault must have a unique name. Replace \<your-unique-keyvault-name\> with the name of your key vault in the following examples.
4040

@@ -118,11 +118,11 @@ Use [az keyvault update](/cli/azure/keyvault#az_keyvault_update) to enable disk
118118
119119
![Azure key vault advanced access policies](../articles/virtual-machines/media/disk-encryption/keyvault-portal-fig4.png)
120120
121-
## Azure Disk Encryption and Key Vault auto-rotation
121+
## Azure Disk Encryption and auto-rotation
122122
123-
Although Azure Key Vault now has [key auto-rotation in public preview](../articles/key-vault/keys/how-to-configure-key-rotation.md), it is not currently compatible with Azure Disk Encryption. Specifically, Azure Disk Encryption will continue to use the original encryption key even if the key is auto-rotated.
123+
Although Azure Key Vault now has [key auto-rotation in public preview](../articles/key-vault/keys/how-to-configure-key-rotation.md), it is not currently compatible with Azure Disk Encryption. Specifically, Azure Disk Encryption will continue to use the original encryption key, even after it has been auto-rotated.
124124
125-
While rotating the encryption key will not break Azure Disk Encryption, disabling the "old" encryption key (in other words, the key Azure Disk Encryption is still using) will.
125+
Rotating an encryption key will not break Azure Disk Encryption, but disabling the "old" encryption key (in other words, the key Azure Disk Encryption is still using) will.
126126
127127
## Set up a key encryption key (KEK)
128128

0 commit comments

Comments
 (0)