Skip to content

Commit d49545f

Browse files
committed
Updates
1 parent e6f1659 commit d49545f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/disk-encryption-key-vault.md

Lines changed: 1 addition & 1 deletion
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, you must 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

0 commit comments

Comments
 (0)