You have an Azure virtual machine named vm-db-prod with the following configuration:
- Operating System: Red Hat Enterprise Linux 9.2
- Region: West US 3
- Disk Configuration: One 128 GB OS disk (Premium SSD) and two 1 TB data disks (Premium SSD v2)
- Recovery Services Vault: rsv-db-prod (located in West US 3)
You need to configure backup for vm-db-prod to ensure that all disks are backed up successfully.
Which action should you perform?
- Create an Enhanced backup policy in the Recovery Services Vault and associate it with the virtual machine.Answer
- BCreate a Standard backup policy in the Recovery Services Vault and enable the option to exclude the Premium SSD v2 data disks.
- CDeploy a new Recovery Services Vault in the East US region, create an Enhanced backup policy, and associate it with the virtual machine.
- DCreate a Standard backup policy and configure the storage account firewall settings of the virtual machine's OS disk to allow trusted Microsoft services.
Answer
Create an Enhanced backup policy in the Recovery Services Vault and associate it with the virtual machine.
The correct action is to create an Enhanced backup policy in the Recovery Services Vault and associate it with the virtual machine. Azure Backup supports backing up VMs with Premium SSD v2 or Ultra Disks only when using an Enhanced backup policy. The vault rsv-db-prod is in West US 3, which matches the virtual machine's region, enabling a valid backup configuration.
Step-by-Step Solution
Key Concept
Azure Backup Enhanced policies support advanced features such as Premium SSD v2, Ultra Disks, multiple backups per day, and zone-redundant storage.
Estimated Time:1m 30s