You need to recover individual application configuration files from a backup of an Azure Linux virtual machine named `VM-AppLinux`. You are using a local Windows 11 client machine, and a healthy Linux virtual machine named `VM-Helper` is running in the same virtual network as `VM-AppLinux`.
Which sequence of actions should you perform to complete the item-level recovery? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
- 1In the Azure portal, navigate to the backup items for `VM-AppLinux`, select the specific recovery point, click File Recovery, download the Python recovery script, and copy the password.
- 2Transfer the downloaded Python script (`.py` file) from the Windows 11 client to `VM-Helper`.
- 3Run the Python script on `VM-Helper` and enter the password when prompted to mount the recovery volumes.
- 4Copy the required configuration files from the mounted volumes on `VM-Helper` to their target destination.
- 5In the Azure portal, click Unmount Disks on the File Recovery blade to terminate the mount connection.
Answer
To perform Item-Level Recovery for a Linux VM when using a Windows client, you must first download the Python script and password from the Azure portal, transfer the script to the Linux helper VM, run the script on the helper VM using the password to mount the volumes, copy the files, and then click Unmount Disks in the Azure portal.
The correct sequence starts with downloading the script and password from the Azure portal. Since the backup is from a Linux VM, the downloaded script is a Python script that mounts Linux-native volumes. A standard Windows 11 client cannot mount these filesystems natively, so the script must be transferred to the Linux helper VM (`VM-Helper`). Running the script on `VM-Helper` mounts the volumes, allowing the user to copy the files. Finally, clicking Unmount Disks in the Azure portal cleans up the session.
Step-by-Step Solution
Key Concept
Item-Level Recovery (ILR) for Linux Azure Virtual Machines