Question 995 of 1,170
Monitor and Maintain Azure ResourceshardMultiple ChoiceObjective-mapped

AZ-104 Monitor and Maintain Azure Resources Practice Question

This AZ-104 practice question tests your understanding of monitor and maintain azure resources. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

You need to suppress alert notifications for a group of virtual machines every Sunday during a planned maintenance window, without deleting the underlying alert rules. What should you configure?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Create an alert processing rule for the maintenance window.

An alert processing rule (formerly action rule) allows you to apply actions or suppress notifications for specific alert rules during defined time windows without modifying the underlying alert rules. By configuring a suppression action rule for the maintenance window (every Sunday), you can prevent notifications from being sent while the alert rules remain active and continue to evaluate conditions.

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.

  • Disable diagnostic settings during the maintenance window.

    Why it's wrong here

    That affects data collection, not targeted suppression of notifications from existing alerts.

    When this WOULD be correct

    You need to temporarily stop collecting diagnostic data from a set of VMs to reduce costs during a maintenance window, without deleting the diagnostic settings permanently. Disabling diagnostic settings would be the correct action to stop data ingestion and associated costs.

  • Create an alert processing rule for the maintenance window.

    Why this is correct

    This suppresses notifications on schedule while keeping the alert rules intact.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Delete and recreate the alert rules every week.

    Why it's wrong here

    That is operationally inefficient and unnecessary.

    When this WOULD be correct

    If an exam question asks for a method to permanently remove alert rules for a specific time period and you are allowed to recreate them manually each week, this could be a valid approach, though not recommended.

  • Move the VMs to a different subscription on Sundays.

    Why it's wrong here

    That is not a realistic or appropriate alerting solution.

    When this WOULD be correct

    You need to isolate a set of VMs for separate cost tracking or compliance requirements, and moving them to a different subscription is the only way to apply distinct policies or billing. The question would specify that alert suppression is not the goal.

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.

Create an alert processing rule for the maintenance window.Correct answer

Why this is correct

This suppresses notifications on schedule while keeping the alert rules intact.

Disable diagnostic settings during the maintenance window.Wrong answer — click to see why

Why this is wrong here

Disabling diagnostic settings stops the collection of metrics and logs, but it does not suppress alert notifications from existing alert rules that are already configured. Alerts based on those diagnostics would not fire because data stops flowing, but the rules remain active and would resume firing once diagnostics are re-enabled, which is not the same as suppressing notifications during a planned window.

★ When this WOULD be the correct answer

You need to temporarily stop collecting diagnostic data from a set of VMs to reduce costs during a maintenance window, without deleting the diagnostic settings permanently. Disabling diagnostic settings would be the correct action to stop data ingestion and associated costs.

Why candidates choose this

Candidates may confuse diagnostic settings with alert rules, thinking that disabling diagnostics will also suppress alerts, or they may believe that alerts are directly tied to the diagnostic data stream rather than being separate rule-based evaluations.

Delete and recreate the alert rules every week.Wrong answer — click to see why

Why this is wrong here

Deleting and recreating alert rules every week is inefficient, error-prone, and does not suppress notifications during maintenance; it removes the rules entirely, which is not required.

★ When this WOULD be the correct answer

If an exam question asks for a method to permanently remove alert rules for a specific time period and you are allowed to recreate them manually each week, this could be a valid approach, though not recommended.

Why candidates choose this

Candidates may think that deleting and recreating rules is a straightforward way to stop alerts temporarily, overlooking the existence of alert processing rules that can suppress notifications without deleting rules.

Move the VMs to a different subscription on Sundays.Wrong answer — click to see why

Why this is wrong here

Moving VMs to a different subscription on Sundays is an overly complex and disruptive approach that doesn't suppress alerts; it changes the management boundary and may affect other resources and policies.

★ When this WOULD be the correct answer

You need to isolate a set of VMs for separate cost tracking or compliance requirements, and moving them to a different subscription is the only way to apply distinct policies or billing. The question would specify that alert suppression is not the goal.

Why candidates choose this

Candidates might think that moving VMs to a different subscription would automatically stop alerts from the original subscription, but this is inefficient and ignores Azure's built-in alert processing rules for suppression.

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 disabling diagnostic settings (which stops data collection) with suppressing notifications, or think that modifying the underlying alert rule is required, when Azure provides a dedicated alert processing rule feature for this exact scenario.

Detailed technical explanation

How to think about this question

Alert processing rules operate at the Azure Monitor scope and can target specific resource groups, subscriptions, or individual resources. They support conditions like time windows (using cron expressions or recurring schedules) and can apply suppression (mute actions) or override action groups. Under the hood, when an alert fires, Azure Monitor evaluates all applicable alert processing rules before sending notifications; if a suppression rule matches, the action group is not triggered, but the alert state and history are still recorded.

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.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-104 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-104 question test?

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: Create an alert processing rule for the maintenance window. — An alert processing rule (formerly action rule) allows you to apply actions or suppress notifications for specific alert rules during defined time windows without modifying the underlying alert rules. By configuring a suppression action rule for the maintenance window (every Sunday), you can prevent notifications from being sent while the alert rules remain active and continue to evaluate conditions.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AZ-104 practice questions

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.

Loading comments…

Sign in to join the discussion.

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.