An administrator manages an Azure virtual machine named vm-analytics that runs Windows Server 2022. The virtual machine has one OS disk and one data disk named disk-data-01, both of which are Azure Managed Disks. The virtual machine is backed up daily to a Recovery Services vault named vault-prod. The data disk disk-data-01 becomes corrupted due to a database write error. The administrator needs to restore the data disk to its state from a backup taken yesterday. The restore process must meet the following requirements:
- The virtual machine vm-analytics must remain online and continue serving users.
- The restored disk must be attached to vm-analytics as a new data disk to allow data verification.
- Administrative effort must be minimized.
Which recovery configuration should the administrator select in the Azure portal?
- Select the Restore disks option and set Restore as Managed Disks to Yes.Answer
- BSelect the Replace existing option to swap the corrupted data disk directly.
- CSelect the Restore disks option and set Restore as Managed Disks to No to restore the disks as VHDs in a staging storage account.
- DSelect the File Recovery option and run the generated executable script on vm-analytics.