A user accidentally deleted a file from an Azure VM. The administrator wants to recover only the deleted file from the most recent backup instead of restoring the entire VM. What should the administrator use?
Trap 1: A new VM image
A VM image is used to deploy or recreate VMs, not to restore an individual deleted file.
Trap 2: A metric alert
A metric alert can notify on conditions, but it cannot recover deleted data.
Trap 3: An NSG flow log
NSG flow logs record network traffic patterns and do not contain file data for recovery.
- A
File recovery from the Azure Backup restore process
File recovery lets the administrator mount or browse backup data and restore only the needed files instead of the full VM.
- B
A new VM image
Why wrong: A VM image is used to deploy or recreate VMs, not to restore an individual deleted file.
- C
A metric alert
Why wrong: A metric alert can notify on conditions, but it cannot recover deleted data.
- D
An NSG flow log
Why wrong: NSG flow logs record network traffic patterns and do not contain file data for recovery.