An administrator manages a Linux virtual machine named VM-Prod01 in the East US region. The virtual machine has two managed data disks and is encrypted using Azure Disk Encryption (ADE). VM-Prod01 is backed up to a Recovery Services vault that has Cross-Region Restore (CRR) enabled, with West US designated as the secondary region. Due to an extended outage in East US, the administrator needs to recover VM-Prod01 in West US as quickly as possible. Which recovery strategy should the administrator implement?
- Restore the disks of the virtual machine to the secondary region, and then use the template or PowerShell to create the virtual machine from the restored disks.Answer
- BRestore the virtual machine by using the 'Create new' option directly in the secondary region from the Azure portal.
- CRestore the virtual machine by using the 'Replace existing' option and specifying the secondary region as the target.
- DUse Item-Level Recovery to download the recovery script, mount the disks in the secondary region, and promote the mounted volumes to a new virtual machine.
Answer
Restore the disks of the virtual machine to the secondary region, and then use the template or PowerShell to create the virtual machine from the restored disks.
For virtual machines encrypted with Azure Disk Encryption (ADE), Azure Backup does not support creating a new virtual machine directly from the recovery point using the portal interface. Instead, the administrator must choose to restore the disks. Once the disks are restored to the target region, the administrator must use the generated Azure Resource Manager (ARM) template or PowerShell to recreate the virtual machine from those disks. This satisfies both the ADE recovery constraint and the Cross-Region Restore (CRR) capabilities.
Step-by-Step Solution
Key Concept
Azure Virtual Machine Recovery and Restore
Estimated Time:2m 30s