What's changed: Deepened AZ-400 Chapter 5 (added comparison tables, scenarios, FAQs, exam traps, deep-dive paragraphs to each section; localized figures to Japanese)
5.1Designing Logging and Metrics
Understand observability foundations—Azure Monitor, Log Analytics (KQL), metrics, distributed tracing, and structured logs. Aggregate telemetry and make system state visible.
The final DevOps pillar is instrumentation. Aggregate logs, metrics, and traces to make state visible.
5.1.1Aggregating telemetry
- Azure Monitor: the observability hub aggregating metrics/logs/traces.
- Log Analytics: a workspace aggregating logs, analyzed with KQL.
- Metrics: numeric time series; the basis for threshold monitoring and autoscale.
- Structured logs/traces: searchable structured logs and distributed traces across services for root cause.
Common on AZ-400: monitoring hub = Azure Monitor, log aggregation + KQL = Log Analytics, numeric time series = metrics, cross-service latency tracing = distributed traces. Integrating the three pillars (metrics/logs/traces) speeds root-cause analysis.
Continue reading — free sign-up
You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.

