Quick Notes80 words
Azure Monitor and Logs with DevOps tools — quick notes
Azure Monitor + DevOps — quick notes
| Type | Use | Queried with |
|---|---|---|
| Metrics | Fast alerting | Metrics explorer |
| Logs | Investigation | KQL |
- Alert on metrics, investigate in logs.
- Pipeline → Monitor: release annotations show deployments on the chart.
- Monitor → Pipeline: Query Azure Monitor alerts check blocks deploys to unhealthy targets.
- Logs live in a Log Analytics workspace; one vs many is an access/retention decision.