An administrator manages an Azure virtual machine named VM-App01 that is backed up to a Recovery Services vault. VM-App01 is configured with two network interface cards (NICs), and its primary network interface is associated with the backend pool of an internal Azure Load Balancer. Following a guest operating system corruption, the administrator needs to restore VM-App01 from a backup recovery point. The restored virtual machine must retain both network interfaces and its load balancer association. Which restore option should the administrator use?
- AUse the Replace Existing restore option to overwrite the active disks of the corrupted virtual machine.
- BUse the Create New restore option to automatically provision a new virtual machine with the original network interface settings and load balancer associations.
- Restore the virtual machine disks to a storage account, and then deploy a new virtual machine using the provided template while specifying the multiple network interfaces and load balancer configuration.Cevap
- DDownload and run the Item-Level Recovery script to mount the backup disks as local drives on another virtual machine, and copy the network configuration metadata files to the original virtual machine.
Cevap
Restore the virtual machine disks to a storage account, and then deploy a new virtual machine using the provided template while specifying the multiple network interfaces and load balancer configuration.
Restoring the virtual machine's disks to a storage account (Restore Disks option) is necessary because the default Azure portal restore configurations (Create New and Replace Existing) do not support virtual machines with multiple network interfaces (NICs) or those associated with an Azure Load Balancer. Once the disks are restored as managed disks, you receive a deployment template that can be used or customized to recreate the virtual machine with its original network configurations and load balancer backend pool attachments.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct Azure VM restore method based on virtual machine configuration limits (multiple NICs, load balancers).
Tahmini Süre:1m 30s