AZ-204 Practice Question: Monitor, troubleshoot, and optimize Azure solutions
A production API needs proactive alerting for high telemetry cost. Which two elements are required for a useful Azure Monitor alert?
⚠ Common exam trap
It's easy for candidates to confuse the components needed for an alert (signal and action group) with unrelated infrastructure details like IP addresses or manual exports, leading them to select options that are not part of the alert definition.
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
✓
A signal or metric/log query that detects the condition
An Azure Monitor alert requires a signal—either a metric (e.g., number of API calls, or a custom metric for telemetry cost) or a log query (e.g., Application Insights traces analyzed for cost patterns)—that defines the condition to detect high telemetry cost. Without this signal, the alert has no data source to evaluate against a threshold or pattern, making proactive detection impossible. Additionally, a useful alert requires an action group to define what happens when the alert condition is met, such as sending notifications (email, SMS) or triggering automated actions (webhooks, runbooks). Without an action group, the alert would trigger but provide no practical benefit.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
A signal or metric/log query that detects the condition
Why this is correct
To proactively alert on high telemetry, an Azure Monitor alert rule requires a specific signal, which can be a platform metric (e.g., CPU utilization, request count) or a custom log query (e.g., Kusto Query Language for Application Insights logs). This signal serves as the condition that the alert rule continuously evaluates against a defined threshold, triggering an alert when the telemetry exceeds the specified limit.
- ✗
A public IP address on the app
Why it's wrong here
A public IP address provides external network accessibility to an application, allowing it to be reached from the internet. While some applications might require a public IP for client access, it is entirely unrelated to Azure Monitor's internal telemetry collection and alerting mechanisms, which operate within the Azure platform regardless of the application's network exposure.
- ✗
A manually exported CSV report
Why it's wrong here
A manually exported CSV report represents a static snapshot of data at a specific point in time, requiring human intervention to generate and review. This method is inherently reactive and cannot provide the immediate, automated notifications or actions necessary for proactive alerting on high telemetry, which demands continuous monitoring and automatic triggers.
- ✓
An action group for notification or automation
Why this is correct
An action group is a collection of notification preferences and actions that Azure Monitor uses to notify users or trigger automated workflows when an alert is fired. For proactive alerting, an action group is essential to define the recipients (e.g., email, SMS, push notification) or automated responses (e.g., webhook, Azure Function, ITSM connector) that will execute upon detecting high telemetry, ensuring immediate awareness or remediation.
Go deeper
Related to this question
About these practice questions
This AZ-204 question is part of Courseiva's 881-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-204 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-204 exam.