VM7 is a Windows Server VM with managed disks, encrypted with Azure Disk Encryption (ADE) using a standalone key in key vault KV1. It is backed up by a Recovery Services vault in the same subscription and has vault-tier recovery points. Two days ago a user deleted several folders from a data disk on VM7. You must return those folders to VM7, and VM7 must keep serving its other workloads throughout. What should you do?
Show answer and explanation
Correct answer: C · Use the Restore disks option, deploy a separate VM from the generated template, and copy the folders from it to VM7
For ADE-encrypted VMs, Azure Backup supports only restoring the disks and then creating a VM from them, for example with the template the restore job generates. The restored disks keep their encryption from the recovery point. Running the restored copy as a separate VM lets you copy the folders back while VM7 stays online and untouched.
Why the other choices do not fit
- A. File and folder recovery is not supported for ADE-encrypted VMs. You have to recover the entire VM or its disks to get individual files back.
- B. Replace existing is supported only for unencrypted managed VMs, so it is blocked here. Even on an unencrypted VM it would overwrite the live disk and roll back every other change made in two days.
- D. Creating a VM directly from a restore point is not supported for ADE-encrypted VMs. The documented path is Restore disks followed by a template or PowerShell deployment.
