hardmultiple choiceObjective-mapped

A production VM must generate an alert when average CPU exceeds 80 percent for 10 minutes. The alert must be evaluated continuously, but email notifications should be suppressed outside 08:00 to 18:00 on weekdays. What should the administrator configure?

Question 1hardmultiple choice
Full question →

A production VM must generate an alert when average CPU exceeds 80 percent for 10 minutes. The alert must be evaluated continuously, but email notifications should be suppressed outside 08:00 to 18:00 on weekdays. What should the administrator configure?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

A log query alert only, with the query scheduled to run during business hours

This stops evaluation outside the schedule, which means the alert would not continue to monitor continuously.

B

Best answer

A metric alert rule with an action group and an alert processing rule that suppresses actions outside business hours

A metric alert keeps evaluating all day and night, while an alert processing rule can mute notifications during the excluded time window without disabling detection.

C

Distractor review

A diagnostic setting that sends CPU logs to a storage account and a Logic App for email delivery

Diagnostic settings export telemetry, but they do not create threshold-based alerting logic on their own.

D

Distractor review

An action group with an email receiver and a virtual machine extension to pause the workload outside business hours

This changes workload behavior rather than suppressing notification delivery, and it does not satisfy the monitoring requirement.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: A metric alert rule with an action group and an alert processing rule that suppresses actions outside business hours — A metric alert is the right signal because CPU percentage is a native Azure metric and should be evaluated continuously. An action group delivers the email, and an alert processing rule can suppress notifications during the excluded schedule while leaving the alert rule active. That separation is important: monitoring continues 24/7, but people are only notified during the approved business window. Why others are wrong: Option A prevents alert evaluation outside business hours, so it fails the continuous monitoring requirement. Option C is for telemetry export, not alert timing or notification control. Option D alters the VM itself instead of controlling alert delivery, and it does not address the required threshold logic or business-hour suppression.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.