BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Unit 5 — Instrumentation strategy — roadmap
Roadmap215 words

Unit 5 — Instrumentation strategy — roadmap

Unit 5 — Implement an instrumentation strategy

Exam weight: 5–10% — the lightest unit · 2 topics · 8 learning objectives

Small, but it is where you find out whether everything else worked.

TopicObjectivesCore idea
5.1 Configuring monitoring4Alert on metrics, investigate in logs
5.2 Analyzing metrics4Work from the user inward

The four things to carry

  1. Application Insights for application questions; VM/Container Insights for infrastructure. Instrumenting only infrastructure tells you CPU is fine while users fail.
  2. Report p95/p99, not averages. Averages hide the tail and improve as traffic grows.
  3. Low CPU with high latency means waiting, not computing — a dependency, a lock, a pool.
  4. KQL shape: source → where → summarize → order by → take. Filter early, especially on time.

Two failure modes worth recognising

  • A trace that stops partway = a service not propagating the correlation context.
  • A notification step with no condition: failed() never fires on failure, and the silence reads as success.

Where it connects

The Query Azure Monitor alerts check (3.3) is this unit feeding back into deployment gating, and postRouteTraffic health checks (3.4) are instrumentation used as a release gate.

All Designing and Implementing Microsoft DevOps Solutions (AZ-400) Study Resources

Related Notes

  • Agent and runner infrastructure421 words
  • Agent and runner infrastructure — quick notes150 words
  • Alerting on pipeline events255 words
  • Alerting on pipeline events — quick notes94 words
  • Analyzing usage and application performance241 words
  • Analyzing usage and application performance — quick notes73 words
  • Appropriate access levels217 words
  • Appropriate access levels — quick notes85 words
  • Automating container scanning277 words
  • Automating container scanning — quick notes96 words
  • Automating documentation from Git history191 words
  • Automating documentation from Git history — quick notes55 words

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing and Implementing Microsoft DevOps Solutions (AZ-400) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.