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?
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.
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.
When this WOULD be correct
Option A would be correct if the question specified that the entire VM needs to be restored, such as after a VM deletion or corruption, and the goal is to recover the full virtual machine from a backup point.
✓
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.
When this WOULD be correct
An administrator needs to modify which files are included in future backups for a VM. The correct action would be to update the backup policy to include or exclude specific file paths or extensions.
✗
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.
When this WOULD be correct
A question asks: 'Which component of Azure Backup should an administrator select to view available restore points for a VM?' In that case, 'Recovery point' would be correct as it refers to the list of backup snapshots or points from which you can restore.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.
✓File recovery, because it restores individual files or folders from the VM backup.Correct answer▾
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.
✗Recreate VM, because it restores the entire virtual machine from the backup point.Wrong answer — click to see why▾
Why this is wrong here
The question asks for restoring individual files or folders, not the entire VM. Option A describes recreating the entire VM, which is excessive and not the required restore action.
★ When this WOULD be the correct answer
Option A would be correct if the question specified that the entire VM needs to be restored, such as after a VM deletion or corruption, and the goal is to recover the full virtual machine from a backup point.
Why candidates choose this
Candidates may confuse 'restore entire VM' with the general concept of backup restoration, not realizing the question specifically requires file-level recovery.
✗Backup policy, because it defines which files are included in the restore operation.Wrong answer — click to see why▾
Why this is wrong here
The question asks for a restore option, but 'Backup policy' is a configuration setting that defines backup schedules and retention, not a restore action. It does not perform any restoration of data.
★ When this WOULD be the correct answer
An administrator needs to modify which files are included in future backups for a VM. The correct action would be to update the backup policy to include or exclude specific file paths or extensions.
Why candidates choose this
Candidates may confuse backup policy with restore options because policies can control backup content, leading them to think it also governs restore operations.
✗Recovery point, because it is the portal action used to mount a deleted file directly.Wrong answer — click to see why▾
Why this is wrong here
In the context of restoring a deleted file from a VM backup, the 'Recovery point' is not an action; it is a point in time from which you restore. The correct action is 'File recovery', which allows mounting the backup to retrieve specific files.
★ When this WOULD be the correct answer
A question asks: 'Which component of Azure Backup should an administrator select to view available restore points for a VM?' In that case, 'Recovery point' would be correct as it refers to the list of backup snapshots or points from which you can restore.
Why candidates choose this
Candidates may confuse the term 'Recovery point' with the restore action itself, thinking that selecting a recovery point directly performs the file restore, rather than understanding it is just a selection step before choosing a restore method.
Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
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 →
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.