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 or edit the dashboard itself — viewers still need read access to the underlying resources, or the tiles show an access error rather than 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, pipeline success rate, active alerts, error rate trend, and P95 response time. Note that no single dashboard product shows all of them: Azure Boards queries and pipeline analytics pin to an Azure DevOps dashboard, while Azure Monitor and Application Insights tiles pin to an Azure portal dashboard. Teams either accept two URLs or pull both into Power BI through the Analytics OData feed.
⚠️ 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.