You have an Azure virtual machine named VM1 that is backed up to a Recovery Services vault. A critical operating system corruption occurs, and VM1 fails to boot. You need to restore VM1 from a backup. The restored virtual machine must retain the original resource ID, network interface cards (NICs), and IP configurations of VM1. Which restore option should you select?
- Replace existingAnswer
- BCreate new
- CRestore disks
- DItem-level recovery
Answer
Replace existing
The correct option is 'Replace existing'. When restoring an Azure VM using Azure Backup, the 'Replace existing' option is designed to swap the corrupted disks of the existing VM with the disks from the selected restore point. This process preserves the VM's hardware configuration, resource ID, network interface cards (NICs), and IP configurations.
Step-by-Step Solution
Key Concept
Azure VM restore options allow administrators to choose between creating a new VM, replacing disks on the existing VM, or restoring VHDs to a storage account. To retain the exact virtual machine shell (resource ID, NICs, and IPs), the 'Replace existing' option must be used.