You have an Azure virtual machine named VM1 that runs Windows Server 2022 and is deployed in the West US 2 region. VM1 contains the following disks:
* An OS disk that is a Premium SSD
* A data disk named Disk1 that is a Premium SSD
* A data disk named Disk2 that is an Ultra Disk
You need to configure backup for VM1 by using Azure Backup. The solution must meet the following requirements:
* Back up the OS disk and Disk1.
* Minimize administrative effort.
* Support restoring VM1 to a secondary region in the event of a regional outage in West US 2.
Which configuration should you implement?
- Create a Recovery Services Vault in the West US 2 region, configure the vault storage replication to Geo-Redundant Storage (GRS) with Cross-Region Restore enabled, and configure a backup policy that excludes Disk2.Answer
- BCreate a Recovery Services Vault in the East US 2 region, configure the vault storage replication to Locally-Redundant Storage (LRS), and configure a backup policy that includes Disk2.
- CCreate a Recovery Services Vault in the West US 2 region, configure the vault storage replication to Geo-Redundant Storage (GRS) with Cross-Region Restore enabled, configure a backup policy that includes all disks, and configure the storage firewall on the vault's staging storage account to deny trusted Microsoft services.
- DCreate a Recovery Services Vault in the West US 2 region, configure the vault storage replication to Zone-Redundant Storage (ZRS), and configure a backup policy that includes Disk2 while planning to use the 'Replace existing' restore option to bypass Disk2 during recovery.
Answer
Create a Recovery Services Vault in the West US 2 region, configure the vault storage replication to Geo-Redundant Storage (GRS) with Cross-Region Restore enabled, and configure a backup policy that excludes Disk2.
The correct configuration requires the Recovery Services Vault to be deployed in the same region as the virtual machine (West US 2). To support disaster recovery to a secondary region, the vault storage replication must be configured as Geo-Redundant Storage (GRS) with Cross-Region Restore enabled. Because Ultra Disks are not supported by Azure Backup, the backup policy must explicitly exclude Disk2 so that the backup configuration can be successfully established for the remaining disks (the OS disk and Disk1).
Step-by-Step Solution
Key Concept
Azure VM Backup requires same-region vaults, GRS with CRR for secondary region restore, and explicit exclusion of unsupported disk types like Ultra Disks.
Estimated Time:3m 0s