An administrator manages an Azure virtual machine named VM-AppDb01 that runs Windows Server 2022. The virtual machine has Azure Disk Encryption (ADE) enabled, with keys stored in an Azure Key Vault. VM-AppDb01 is backed up to a Recovery Services vault named Vault01.
Following a database corruption event, you need to restore the entire virtual machine to its last known good state. When navigating to the restore options in Vault01, you must select the appropriate recovery configuration.
Which restore option is supported and must be selected to recover the virtual machine?
- AReplace existing to swap the current disks of VM-AppDb01 directly with the disks from the restore point.
- BCreate new to deploy a new virtual machine directly from the backup restore point using the Azure portal.
- Restore disks to a storage account, and then recreate the virtual machine using a template or PowerShell.Answer
- DFile recovery to mount the recovery point as a virtual drive on another virtual machine and manually copy the system directories.
Answer
Restore disks to a storage account, and then recreate the virtual machine using a template or PowerShell.
For virtual machines encrypted with Azure Disk Encryption (ADE), Azure Backup does not support direct virtual machine recovery options such as creating a new VM or replacing the existing disks directly from the portal. The only supported method is to restore the virtual machine's disks to an Azure storage account. Once the disks are successfully restored, the administrator can recreate the virtual machine using the generated Azure Resource Manager (ARM) template or custom PowerShell scripts, referencing the original key vault and secret URLs.
Step-by-Step Solution
Key Concept
Azure Virtual Machine recovery options and limitations for encrypted (ADE) VMs
Estimated Time:3m 0s