5.1.1.1. Configuring Azure Dashboards
5.1.1.1. Configuring Azure Dashboards
An Azure Dashboard is a customizable, shareable view in the Azure portal that aggregates visualizations from Azure Monitor, Log Analytics, Application Insights, and Azure Boards into a single pane of glass.
💡 Why this matters for AZ-400: The exam specifically tests your ability to configure Azure Dashboards as part of your monitoring strategy. Dashboards bridge the gap between raw telemetry and team situational awareness — without them, monitoring data exists but nobody sees it.
Key dashboard capabilities:
- Pin from anywhere: Any chart in Azure Monitor, Application Insights, or Log Analytics can be pinned to a dashboard with the 📌 icon
- Shared dashboards: Published to a resource group, governed by Azure RBAC — control who can view/edit the dashboard independently of who can see the underlying data
- Markdown tiles: Add context, links to runbooks, team contacts, or SLA targets directly alongside metrics
- Auto-refresh: Dashboards refresh at configurable intervals (5 min, 15 min, 1 hour, etc.)
- Log Analytics tiles: Pin KQL query results as charts — these refresh on the dashboard's schedule
DevOps-specific dashboard pattern:
A production readiness dashboard typically includes: deployment frequency (Azure Boards query), pipeline success rate (Azure Pipelines analytics), active alerts (Azure Monitor), error rate trend (Application Insights), and P95 response time (Application Insights). This gives the team a single URL to assess system health.
⚠️ Exam Tip: Azure Dashboards are different from Azure Workbooks. Dashboards are portal-level visual aggregations (quick overview). Workbooks are rich, interactive reports within Azure Monitor (deep analysis). Know when to use each.