You need to restore a deleted file from a backed-up Azure virtual machine without restoring the entire VM. Which Azure Backup capability should you use?
Azure Backup's File Recovery feature is the correct tool because it is specifically designed to restore individual files or folders from an Azure VM backup without redeploying the entire VM. You select a recovery point, and Azure mounts the backup as an iSCSI target on your machine, allowing you to copy the deleted file directly. This granular recovery is efficient for single-file restores and avoids the overhead of a full VM restoration.
Why this answer
Azure Backup's File Recovery capability allows you to mount the VM's recovery point as a drive on your local machine, enabling you to browse and restore individual files without restoring the entire VM. This is achieved by creating an iSCSI target from the recovery point snapshot, which you can connect to from a compatible OS. It is the correct choice for granular file-level recovery from a VM backup.
Exam trap
The trap here is that candidates often confuse Azure Backup's File Recovery with Azure Site Recovery's failover, mistakenly thinking failover can be used for granular file restoration, when in fact Site Recovery is for full VM replication and disaster recovery, not backup-based file recovery.
Why the other options are wrong
Cross-region restore is used to restore a VM or its data to a paired Azure region for disaster recovery, not for restoring individual files from a backup within the same region.
Azure Site Recovery failover is designed for disaster recovery by replicating entire VMs to a secondary region, not for granular file-level restoration from backup data.
Boot diagnostics provides screenshots and serial logs for troubleshooting VM boot failures, not file-level recovery from backups.
When would these options actually be correct?
When the question asks for a capability to restore a VM or its data to a different Azure region in the event of a regional outage or disaster, Cross-region restore would be the correct answer.
When the question asks for a solution to fail over an entire Azure VM to a secondary region during a disaster, such as a regional outage, to maintain business continuity.
When a question asks how to troubleshoot a VM that fails to boot or hangs during startup, Boot diagnostics is the correct tool to capture boot logs and screenshots.
Why candidates pick the wrong answer
Candidates may confuse the ability to restore data from a backup with the broader disaster recovery feature, assuming cross-region restore can handle file-level recovery.
Candidates may confuse Azure Backup's file-level recovery with Azure Site Recovery's failover capability, assuming both can restore files without realizing Site Recovery operates at the VM level.
Candidates may confuse diagnostic tools with recovery capabilities, thinking that any diagnostic feature can help restore files.