An administrator is responsible for recovering a critical virtual machine named `vm-db-accelerate` that runs Windows Server 2025. The virtual machine has a premium OS disk and a premium data disk with Write Accelerator enabled. The virtual machine is backed up daily to a Recovery Services vault. Following a database corruption event, the administrator needs to restore the virtual machine from a backup while ensuring that Write Accelerator remains enabled on the restored data disk. Which restore option must the administrator use?
- Restore the disks, and then create a new virtual machine from the restored disks.Answer
- BSelect the Create New restore option from the Azure Portal restore wizard.
- CSelect the Replace Existing restore option to overwrite the disks of the running virtual machine.
- DUse Item-Level Recovery to download the virtual hard disk files and attach them to a new virtual machine.
Answer
Restore the disks, and then create a new virtual machine from the restored disks.
Restoring the disks and then creating a new virtual machine is the correct approach. According to Microsoft Azure Backup documentation, if a virtual machine has Write Accelerator enabled, performing a direct 'Create New' virtual machine restore will result in a restored virtual machine without Write Accelerator configured. To preserve this configuration, you must choose 'Restore Disks' and then create the virtual machine from those restored disks.
Step-by-Step Solution
Key Concept
Azure Virtual Machine Restore Options and Write Accelerator Limitations