nerdexam
Microsoft

AZ-500 · Question #28

You have an Azure subscription named Sub1 that contains an Azure Log Analytics workspace named LAW1. You have 100 on-premises servers that run Windows Server 2012 R2 and Windows Server 2016. The…

The correct answer is C. Metric. Metric signals satisfy all three requirements simultaneously. Metrics support dimensions (allowing you to filter/split by server name, counter name, etc.), have near-real-time evaluation (typically 1-minute granularity), and natively support a stateful alert model that fires…

Submitted by klara.se· Mar 6, 2026Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel

Question

You have an Azure subscription named Sub1 that contains an Azure Log Analytics workspace named LAW1. You have 100 on-premises servers that run Windows Server 2012 R2 and Windows Server 2016. The servers connect to LAW1. LAW1 is configured to collect security-related performance counters from the connected servers. You need to configure alerts based on the data collected by LAW1. The solution must meet the following requirements: - Alert rules must support dimensions. - The time it takes to generate an alert must be minimized. - Alert notifications must be generated only once when the alert is generated and once when the alert is resolved. Which signal type should you use when you create the alert rules?

Options

  • ALog
  • BLog (Saved Query)
  • CMetric
  • DActivity Log

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    5% (2)
  • C
    76% (28)
  • D
    14% (5)

Explanation

Metric signals satisfy all three requirements simultaneously. Metrics support dimensions (allowing you to filter/split by server name, counter name, etc.), have near-real-time evaluation (typically 1-minute granularity), and natively support a stateful alert model that fires once on trigger and once on resolution - unlike log alerts, which can repeatedly fire.

Why the distractors are wrong:

  • A (Log) and B (Log Saved Query): Log-based alerts have higher latency (minimum 5-minute query intervals), and by default are stateless, meaning they can generate repeated notifications rather than a single alert/resolve pair - failing two of the three requirements.
  • D (Activity Log): Activity Log alerts track Azure control-plane events (e.g., resource creation/deletion), not performance counter data from servers - completely wrong signal type for this scenario.

Memory tip: Think "Metric = Minimal latency + Multidimensional + Momentary alerts (once on/once off)." Whenever an exam question stresses fast alerts, dimensions, and single fire/resolve notifications together, Metric signals are almost always the answer. Log Analytics can collect the performance counters, but once ingested, Azure Monitor converts them into metrics, making Metric alerts the optimal choice.

Topics

#Azure Monitor Alerts#Metric Alerts#Log Analytics#Performance Counters

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice