AZ-204 Practice Question: Monitor, troubleshoot, and optimize Azure solutions
You need to diagnose a slow-performing Azure Function. Application Insights shows that the function's dependency calls to an external API take an unusually long time. Which Application Insights feature should you use to visualize the end-to-end request flow?
⚠ Common exam trap
Watch out — candidates often confuse Live Metrics Stream (real-time monitoring) with Application Map (end-to-end flow visualization), or they think Metrics Explorer can trace individual requests when it only aggregates data over time.
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
✓
Application Map
Application Map is the correct feature because it provides a visual representation of the end-to-end request flow across distributed components, including dependency calls to external APIs. It shows the latency and failure rates for each dependency, allowing you to pinpoint where the slowdown occurs in the overall transaction.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Metrics Explorer
Why it's wrong here
Metrics Explorer provides a powerful interface for visualizing aggregated metric data over time, such as CPU utilization, request rates, or dependency call durations. While it can show trends and identify periods of high latency, it lacks the capability to trace the full path of a single request through multiple components and their dependencies. Therefore, it cannot pinpoint which specific component or external service within the application's call chain is causing a performance bottleneck for an individual transaction.
- ✗
Live Metrics Stream
Why it's wrong here
Live Metrics Stream offers near real-time telemetry from your application, displaying metrics like request rates, failures, and dependency calls as they happen. This tool is excellent for observing the immediate health and activity of an application, providing a quick pulse check. However, it presents aggregated real-time data and does not offer a visual representation of the application's architecture or the specific call hierarchy and performance of individual dependencies within a transaction, which is crucial for diagnosing a slow performing component.
- ✓
Application Map
Why this is correct
Application Map in Application Insights is specifically designed to visualize the logical architecture of your application, showing how different components interact and depend on each other. It automatically discovers and maps all application components, including Azure Functions, databases, and external services, displaying the call flow and highlighting performance metrics for each connection. This graphical representation makes it straightforward to identify bottlenecks, slow dependencies, and error rates across the entire distributed system, directly addressing the need to diagnose a slow performing Azure Function by pinpointing the exact problematic dependency.
- ✗
Smart Detection
Why it's wrong here
Smart Detection in Application Insights proactively identifies potential performance anomalies, such as unusual spikes in failure rates or degradation in response times, and automatically generates alerts. While it's invaluable for notifying developers about emerging issues without requiring manual configuration, its primary function is anomaly detection and alerting, not interactive diagnosis. It does not provide an interactive, end-to-end visual trace of a specific slow request or the topological map of dependencies required to pinpoint the exact component causing a performance bottleneck.
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.