Troubleshooting
Diagnosis and resolution for common Azure Monitor issues.
graph TD
A[Symptom] --> B[Architecture Overview]
B --> C[Mental Model]
C --> D{Decision Tree}
D -->|No Data| E[Data Playbooks]
D -->|Alert Issues| F[Alert Playbooks]
D -->|Cost Issues| G[Cost Playbook]
D -->|Performance| H[Slow Query Playbook]
E & F & G & H --> I[KQL Queries]
I --> J[Resolution]
Start Here
Use these entry pages in order when you need fast routing before opening a detailed playbook.
Quick Navigation
In This Section
| Page | Description |
| Architecture Overview | Azure Monitor troubleshooting map: sources, routing, stores, and consumers |
| Mental Model | Symptom → hypothesis → validation framework for investigations |
| Decision Tree | Symptom-based routing to playbooks |
| Evidence Map | What data sources to check for each symptom |
| Playbooks | Step-by-step troubleshooting guides (9 playbooks) |
| KQL Query Packs | Ready-to-use diagnostic queries (14 pages) |
Suggested Flow
- Read Architecture Overview to identify the likely failure domain.
- Use Mental Model to list competing hypotheses before making changes.
- Route with the Decision Tree.
- Open the targeted playbook and collect KQL and CLI evidence.
See Also
Sources