An administrator is configuring the backup and replication strategy for an Azure virtual machine named `vm-db-prod01` that runs Red Hat Enterprise Linux 8.6 in the East US region. The virtual machine has three disks: a 128 GiB Standard SSD OS disk, a 1 TiB Premium SSD data disk, and a 512 GiB Ultra Disk data disk.
The administrator must ensure that all disks are backed up and that the backups are replicated to a secondary region to support disaster recovery.
Which configuration should the administrator implement?
- Configure a Recovery Services Vault in the East US region with Geo-redundant storage (GRS) and Cross-Region Restore enabled, and associate the virtual machine with an Enhanced backup policy.Answer
- BConfigure a Recovery Services Vault in the West US region with Geo-redundant storage (GRS) and Cross-Region Restore enabled, and associate the virtual machine with an Enhanced backup policy.
- CConfigure a Recovery Services Vault in the East US region with Geo-redundant storage (GRS) and Cross-Region Restore enabled, associate the virtual machine with an Enhanced backup policy, and disable the 'Allow trusted Microsoft services to access this storage account' bypass option on the storage account containing the virtual machine's disks.
- DConfigure a Recovery Services Vault in the East US region with Geo-redundant storage (GRS), associate the virtual machine with a Standard backup policy, and select 'Replace existing' as the default restore type within the policy settings.
Answer
Configure a Recovery Services Vault in the East US region with Geo-redundant storage (GRS) and Cross-Region Restore enabled, and associate the virtual machine with an Enhanced backup policy.
The correct configuration involves deploying the Recovery Services Vault in the same region as the virtual machine (East US), enabling Geo-redundant storage (GRS) along with Cross-Region Restore (CRR) to support secondary region disaster recovery, and selecting the Enhanced backup policy tier because the virtual machine contains an Ultra Disk, which is unsupported under the Standard policy tier.
Step-by-Step Solution
Key Concept
Azure Virtual Machine backup configuration requires region alignment, correct storage redundancy (GRS/CRR) for cross-region disaster recovery, and policy tier selection (Enhanced vs Standard) based on disk types such as Ultra Disks.