The answer is File Recovery, because it is the only restore option that allows you to restore a single deleted file from an Azure VM backup without spinning up the entire virtual machine. This feature works by mounting the backup recovery point as an iSCSI drive on your local machine, letting you browse the file system and copy only the specific file you need. On the AZ-104 exam, this scenario tests your understanding of Azure Backup’s file-level recovery versus full VM restore or disk restore—a common trap is choosing “Restore VM” or “Restore Disks,” which would be overkill and time-consuming for a single file. The exam expects you to recognize that file recovery is designed precisely for granular, item-level retrieval from a VM backup. Memory tip: think “File Recovery = File Rescue” — if you only need one file, don’t rebuild the whole car.
AZ-104 Monitor and Maintain Azure Resources Practice Question
This AZ-104 practice question tests your understanding of monitor and maintain azure resources. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Recovery Services vault
Backup item: vm-finance-01
Protection status: Protected
Last successful backup: 04/26/2026 02:00
Requirement: A user deleted one Excel file from the Windows VM. The administrator must restore only that file and leave the rest of the VM unchanged.
Based on the exhibit, which restore option should the administrator choose?
Recovery Services vault
Backup item: vm-finance-01
Protection status: Protected
Last successful backup: 04/26/2026 02:00
Requirement: A user deleted one Excel file from the Windows VM. The administrator must restore only that file and leave the rest of the VM unchanged.
A
Recreate VM, because it restores the entire virtual machine from the backup point.
Why wrong: Recreate VM is intended for restoring the full virtual machine, not a single deleted file. It would be more disruptive than required.
B
File recovery, because it restores individual files or folders from the VM backup.
File recovery is the right choice when only specific files or folders must be restored from an Azure VM backup. The exhibit states that one Excel file was deleted and the rest of the VM should remain unchanged, which matches file-level recovery exactly.
C
Backup policy, because it defines which files are included in the restore operation.
Why wrong: A backup policy controls when backups happen and how long recovery points are retained. It does not perform the restore itself.
D
Recovery point, because it is the portal action used to mount a deleted file directly.
Why wrong: A recovery point is a point-in-time copy of the VM backup data. It is not the restore action the administrator selects to recover one file.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
File recovery, because it restores individual files or folders from the VM backup.
File recovery is the correct option because the administrator needs to restore a specific deleted file from a VM backup without restoring the entire VM. Azure Backup's file-level recovery allows mounting the backup as a drive (via iSCSI) to browse and copy individual files or folders, which directly addresses the requirement.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Recreate VM, because it restores the entire virtual machine from the backup point.
Why it's wrong here
Recreate VM is intended for restoring the full virtual machine, not a single deleted file. It would be more disruptive than required.
✓
File recovery, because it restores individual files or folders from the VM backup.
Why this is correct
File recovery is the right choice when only specific files or folders must be restored from an Azure VM backup. The exhibit states that one Excel file was deleted and the rest of the VM should remain unchanged, which matches file-level recovery exactly.
Related concept
Read the scenario before looking for a memorised answer.
✗
Backup policy, because it defines which files are included in the restore operation.
Why it's wrong here
A backup policy controls when backups happen and how long recovery points are retained. It does not perform the restore itself.
✗
Recovery point, because it is the portal action used to mount a deleted file directly.
Why it's wrong here
A recovery point is a point-in-time copy of the VM backup data. It is not the restore action the administrator selects to recover one file.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may confuse 'Recreate VM' (a full restore) with the more granular file-level recovery, assuming that any restore of a deleted file requires rebuilding the entire VM, when in fact Azure Backup provides a direct file recovery option.
Detailed technical explanation
How to think about this question
Azure Backup's file-level recovery works by mounting the VM's backup as an iSCSI target on a recovery server or the original VM, allowing the administrator to browse the file system and copy the needed file. This process uses the Azure Backup service to temporarily expose the VHD from the recovery point as a network drive, which is then unmounted after the file is retrieved. In real-world scenarios, this avoids the downtime and resource consumption of a full VM restore, especially when only a single configuration file or log is missing.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this AZ-104 question in full detail.
Monitor and Maintain Azure Resources — This question tests Monitor and Maintain Azure Resources — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: File recovery, because it restores individual files or folders from the VM backup. — File recovery is the correct option because the administrator needs to restore a specific deleted file from a VM backup without restoring the entire VM. Azure Backup's file-level recovery allows mounting the backup as a drive (via iSCSI) to browse and copy individual files or folders, which directly addresses the requirement.
What should I do if I get this AZ-104 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Based on the exhibit, an administrator needs to recover one deleted configuration file from a running Azure VM without replacing the VM. Which restore option should be used?
medium
A.Create a new VM from the recovery point so the deleted file returns with a clean operating system.
B.Restore disks and manually rebuild the VM afterward.
✓ C.Use File Recovery to mount the recovery point and copy back the missing file.
D.Replace the existing VM immediately to recover only one file.
Why C: Azure VM File Recovery (part of Azure Backup) allows you to mount a recovery point as a drive on a running VM, browse the file system, and copy specific files back without restoring the entire VM or disks. This is the only option that recovers a single deleted configuration file without replacing or rebuilding the VM.
Variation 2. Based on the exhibit, which restore option should the administrator use to recover only the deleted file while keeping the VM online?
easy
A.Restore the entire virtual machine to the latest recovery point.
✓ B.Use File Recovery from the Recovery Services vault.
C.Redeploy the VM from the original image.
D.Disable backup protection and then re-enable it.
Why B: Option B is correct because Azure Backup's File Recovery feature allows you to mount a recovery point as a drive on the VM, enabling you to browse and restore individual files without affecting the running VM. This avoids the need to restore the entire VM or take it offline, which is essential for recovering only the deleted file while maintaining availability.
Last reviewed: Jun 11, 2026
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This AZ-104 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-104 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.