A production virtual machine in your Azure environment is experiencing severe operating system corruption after a patch installation. You must restore the virtual machine from a recent backup point. The recovery process must preserve the virtual machine's existing network interface card (NIC), internal IP address configurations, and resource identifiers to avoid breaking connections with other services.
Which of the following steps are required to achieve this goal using the most direct restore method? (Select two.)
- Choose the restore option that replaces the disks of the current virtual machine.Answer
- Ensure the target virtual machine is in a stopped and deallocated state before starting the recovery.Answer
- CDeploy a duplicate virtual machine using a newly generated configuration and delete the corrupted one.
- DExport the virtual hard disks to a storage account and manually attach them to a new resource.
Answer
To preserve the virtual machine's existing network interfaces, IP configurations, and resource identifiers while minimizing configuration overhead, you should choose the option to replace the disks of the current virtual machine, and ensure that the target virtual machine is stopped and deallocated before starting the restore.
The option to replace the disks of the current virtual machine swaps the corrupt disks with the backed-up disks, preserving the VM's hardware profile, NIC, private IP addresses, and Azure Resource Manager ID. This operation requires the VM to be stopped and deallocated before starting.
Step-by-Step Solution
Key Concept
Azure Virtual Machine Recovery and Restore Options