easymultiple choiceObjective-mapped

Exhibit

Azure Monitor > Alerts
Rule name: HighCPU
Scope: VM01
Condition: Percentage CPU > 80 for 5 minutes
Status: Enabled
Actions: None

Based on the exhibit, a metric alert already exists for VM01, but the on-call team never receives an email when CPU exceeds 80% for 5 minutes. What should you configure to deliver the notification?

Question 1easymultiple choice
Full question →

Based on the exhibit, a metric alert already exists for VM01, but the on-call team never receives an email when CPU exceeds 80% for 5 minutes. What should you configure to deliver the notification?

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

Create a diagnostic setting on VM01 to export metrics to Log Analytics.

Exports data for analysis, but it does not send alert notifications to people.

B

Best answer

Add an action group to the alert rule and configure email delivery.

Action groups define who is notified and how when an alert fires, including email.

C

Distractor review

Assign the Reader role to the on-call team so they can view the alert.

Reader allows viewing resources, but it does not create or route alert notifications.

D

Distractor review

Create a resource lock on VM01 to prevent accidental changes.

A lock protects the resource, but it does not generate monitoring notifications.

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: Add an action group to the alert rule and configure email delivery. — An alert rule evaluates the metric, but an action group determines what happens when the threshold is met. Since the rule already exists and the Actions field is empty, the missing step is to attach an action group with an email receiver. Diagnostic settings export telemetry for analysis, while Reader permissions and resource locks do not send notifications. Why others are wrong: Diagnostic settings send logs and metrics to a destination for later analysis, not notification delivery. Reader only grants view access and does not change alert behavior. A resource lock helps prevent deletion or modification, but it does not create an alert response path. The only option that actually notifies the team when the alert fires is an action group.

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.