BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Topic 5.1 — Configuring monitoring — cram sheet
Cram Sheet260 words

Topic 5.1 — Configuring monitoring — cram sheet

Topic 5.1 — Configuring monitoring · cram sheet

Metrics vs logs

TypeUseQueried with
MetricsFast alertingMetrics explorer
LogsInvestigationKQL

Alert on metrics, investigate in logs. Logs live in a Log Analytics workspace.

Both directions

  • Pipeline → Monitor: release annotations put deployments on the telemetry chart.
  • Monitor → Pipeline: the Query Azure Monitor alerts check blocks deployment to an unhealthy target.

Telemetry products

ProductCollects
Application InsightsRequests, dependencies, exceptions, traces
VM InsightsVM performance + dependency map
Container InsightsAKS / container performance
Azure Monitor for StorageStorage performance/availability
Azure Monitor for NetworksNetwork health

Application question → Application Insights. Infrastructure question → VM/Container Insights. Sampling keeps statistical shape and loses individual events — know the rate before promising per-transaction traceability.

GitHub monitoring

  • Insights cover the repository and pipeline, not runtime application health.
  • The dependency graph determines which advisories apply — it underpins Dependabot. An unparsed manifest = no alerts, indistinguishable from no vulnerabilities.
  • Actions usage = run duration and failure rate.

Alerting on pipeline events

  • Alert on: broken main · awaiting approval · production release failure.
  • A notification step needs condition: failed() — the implicit succeeded() skips it after a failure, and the silence reads as good news.
  • Route to a team that can act; ownership must be explicit.
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.