Active Alerts
View and manage all currently active alerts across your Microsoft 365 environment. Active alerts require attention and may indicate ongoing issues or security threats.
Overview
The Active Alerts view displays all unresolved alerts from service health monitoring, security detections, compliance violations, and custom threshold alerts. Alerts are prioritized by severity to help you focus on the most critical issues first.
Alert Columns
| Column | Description |
|---|---|
| Alert ID | Unique identifier for the alert |
| Title | Brief description of the alert condition |
| Severity | Critical, High, Medium, Low, or Informational |
| Category | Service Health, Security, Compliance, or Custom |
| Source | Microsoft service or monitoring component that generated the alert |
| Tenants Affected | Number of managed tenants impacted |
| Created | When the alert was first triggered |
| Last Updated | Most recent status update |
| Assigned To | Technician assigned to investigate |
Alert Severity Levels
- Critical — Service outage or active security breach requiring immediate action
- High — Significant degradation or high-severity security event
- Medium — Partial service impact or moderate security concern
- Low — Minor issues that should be monitored
- Informational — Advisory notices and planned maintenance
Alert Categories
- Service Health — Microsoft 365 service outages and degradation
- Security — Threat detections, suspicious activity, policy violations
- Compliance — Compliance policy failures, data governance issues
- Sync — Tenant synchronization failures or delays
- Custom — User-defined threshold and condition alerts
Alert Actions
- Acknowledge — Mark that you are aware of and investigating the alert
- Assign — Route the alert to a specific technician
- Escalate — Raise the severity or forward to senior staff
- Resolve — Close the alert after the issue is addressed
- Suppress — Temporarily silence similar alerts during maintenance
Filters
- Severity — Critical, High, Medium, Low, Informational
- Category — Service Health, Security, Compliance, Custom
- Tenant — Filter by affected tenant
- Status — New, Acknowledged, In Progress
- Assigned To — Filter by assigned technician
API Reference
GET /api/monitoring/alerts/active— Get all active alertsPUT /api/monitoring/alerts/{id}/acknowledge— Acknowledge an alertPUT /api/monitoring/alerts/{id}/resolve— Resolve an alertPOST /api/monitoring/alerts/{id}/assign— Assign alert to technician
Last updated on