An administrator is configuring backups for a new virtual machine named vm-finance-prod that runs Windows Server 2025 and is located in the East US region. The virtual machine has Azure Disk Encryption (ADE) enabled, and its encryption secrets are stored in an Azure Key Vault named kv-finance-keys in the East US region. The Key Vault's firewalls and virtual networks are configured to restrict access to selected networks only.
Which two actions are required to configure backups for vm-finance-prod successfully? (Select two.)
- Create a Recovery Services Vault in the East US region.Answer
- Configure the firewall of the Key Vault kv-finance-keys to allow trusted Microsoft services.Answer
- CCreate a Recovery Services Vault in the West US region.
- DCreate a Backup Vault in the East US region.
- EAdd the public IP address of the Recovery Services Vault to the allowed IP address ranges on the Key Vault firewall.
Answer
To successfully back up the virtual machine, you must create a Recovery Services Vault in the East US region and configure the Key Vault firewall to allow trusted Microsoft services to bypass the network restrictions.
To back up an Azure Virtual Machine, the backup must be configured in a Recovery Services Vault that matches the region of the source virtual machine (East US). In addition, for virtual machines using Azure Disk Encryption (ADE), the backup service must be able to reach the Key Vault containing the secrets. When the Key Vault has firewalls enabled, enabling the option to allow trusted Microsoft services to bypass the firewall is the supported configuration that permits the backup service to safely retrieve the encryption keys.
Step-by-Step Solution
Key Concept
Azure Virtual Machine Backup Configuration with Azure Disk Encryption and Region Matching