Soru

Zorluk: OrtaAzure Virtual Machine Recovery and Restore

You have an Azure virtual machine named VM-AppHub that runs Windows Server 2022. VM-AppHub is configured with two network interface cards (NICs) and is backed up to a Recovery Services vault named RSV-Prod.

Due to an administrative error, VM-AppHub is deleted.

You need to restore VM-AppHub to its original state, including both NICs.

Which two actions should you perform? (Each correct answer presents part of the solution.)

  1. Restore the virtual machine disks to a storage account.Cevap
  2. Deploy a new virtual machine from the restored disks and associate both NICs.Cevap
  3. C
    Use the Create virtual machine restore option in the Azure portal.
  4. D
    Use the Replace existing restore option in the Azure portal.

Cevap

To restore the deleted multi-NIC virtual machine, you must restore the virtual machine disks to a storage account, and then deploy a new virtual machine from the restored disks and associate both NICs.
When restoring an Azure virtual machine that has multiple network interface cards (NICs), the standard 'Create virtual machine' option in the Azure portal is not supported because it only configures a single NIC. Additionally, because the VM has been deleted, the 'Replace existing' option cannot be used since it requires the target VM to exist. The correct procedure is to first restore the disks to a storage account. Once the disks are restored, you must deploy a new virtual machine from those disks and associate both NICs using PowerShell, Azure CLI, or a custom Resource Manager template.

Adım Adım Çözüm

1
Select the restore point in the Recovery Services vault and initiate the restore process.
You are presented with restore options: Create virtual machine, Replace existing, or Restore disks.
This starts the recovery workflow for the deleted virtual machine.
2
Select the 'Restore disks' option and specify a target storage account.
The virtual machine's disks and a deployment template are restored to the storage account.
Direct VM creation is not supported for multi-NIC VMs from the portal, so the disks must be extracted first.
3
Deploy a new VM using the restored disks and attach both network interfaces.
The VM is successfully recreated with its original disks and both NICs.
This completes the restoration of the VM while preserving its multi-NIC network architecture.

Anahtar Kavram

Restoring an Azure virtual machine with complex configurations (such as multiple NICs) requires restoring the disks first and then recreating the VM using templates or scripts.
Tahmini Süre:2m 0s
Bu soruyu puanla