You need to recover individual files from a backup of an Azure virtual machine by using the File Recovery option in the Azure portal.
Which sequence of steps should you perform to mount the backup disks, retrieve the files, and clean up the connection?
- 1Select the recovery point, download the recovery script, and copy the password.
- 2Run the script on the target machine and enter the copied password to mount the disks.
- 3Copy the required files from the mounted virtual disks to your local destination.
- 4Select Unmount Disks in the Azure portal to close the recovery session.
Answer
Select the recovery point, download the recovery script, and copy the password; run the script on the target machine and enter the copied password to mount the disks; copy the required files from the mounted virtual disks to your local destination; and select Unmount Disks in the Azure portal to close the recovery session.
The correct sequence begins by downloading the recovery script and copying the password from the Azure portal. Next, the script must be run locally to mount the backup disks as virtual drives. Once mounted, the files can be copied to the local machine. Finally, the disks must be unmounted in the portal to end the session.
Step-by-Step Solution
Key Concept
Azure VM Item-Level Recovery (ILR) sequence