Question 681 of 881
Using Application Map to Troubleshoot Dependencies
You have an Azure Function app that processes messages from a Service Bus queue. Under high load, some messages are not processed within the expected time. You need to identify whether the function is throttling due to high CPU or due to a downstream dependency. Which Application Insights feature should you use?
Quick Answer
The correct choice is Application Map because it visually maps all your application components and their dependencies, showing real-time health and performance metrics to pinpoint whether a bottleneck is caused by high CPU within the function itself or by a slow downstream service like a database or API. Application Map aggregates dependency telemetry, making it easy to trace the flow of messages from your Azure Function to the Service Bus and beyond, revealing exactly where latency or throttling occurs. On the AZ-204 exam, this question tests your ability to select the right monitoring tool for distributed troubleshooting, and a common trap is confusing Live Metrics (which shows real-time CPU but not dependencies) with Application Map’s holistic view. Remember the mnemonic “Map the Dependencies” to recall that Application Map is your go-to for visualizing service-to-service bottlenecks.
⚠ Common exam trap
Many candidates confuse Live Metrics Stream (real-time monitoring) with dependency analysis, but Live Metrics Stream lacks the dependency mapping needed to isolate downstream issues versus CPU throttling.
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 choice because it provides a visual representation of the dependencies and telemetry flow across your distributed application. By examining the Application Map, you can see the health and performance of downstream dependencies (e.g., databases, external APIs) and correlate any slowdowns or failures with the function's processing time, helping you determine if the bottleneck is due to a dependency rather than CPU throttling.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Live Metrics Stream
Why it's wrong here
Live Metrics doesn't show dependency relationships.
- ✗
Application Insights Profiler
Why it's wrong here
Profiler traces code execution but not dependency latency.
- ✗
Search
Why it's wrong here
Search allows querying individual telemetry items but doesn't provide a holistic view.
- ✓
Application Map
Why this is correct
Application Map visualizes components and dependencies, showing where delays occur.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on AZ-204
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Which TWO Azure Monitor features can help troubleshoot a web app that returns slow response times intermittently?
medium- A.Sentinel incidents
- B.Advisor recommendations
- ✓ C.Live Metrics
- ✓ D.Application Map
- E.Policy compliance
Why C: Live Metrics (C) is correct because it provides real-time, low-latency monitoring of a web app's performance, including CPU, memory, and request rates, allowing you to observe intermittent slow responses as they happen without sampling delays. Application Map (D) is correct because it visualizes the distributed components of your application and their dependencies, helping you identify which downstream service or component is causing latency spikes during intermittent slowdowns.
Last reviewed: Jul 4, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.