Azure Resource Health
Receive Azure Resource Health notifications for individual resource availability.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Azure Resource Health.
Configure Azure Resource Health
Add the webhook URL in your Azure Resource Health settings.
Auto-Detected
Alert24 auto-detects Azure Resource Health payloads and maps them to incidents.
Step-by-Step Setup Instructions
Azure Resource Health Webhook Setup
Example Webhook Payload
This is a sample payload that Azure Resource Health sends to Alert24 when an alert fires.
{
"schemaId": "azureMonitorCommonAlertSchema",
"data": {
"essentials": {
"alertId": "/subscriptions/sub-id/providers/Microsoft.AlertsManagement/alerts/alert-456",
"alertRule": "Resource Health Alert",
"severity": "Sev2",
"signalType": "Activity Log",
"monitorCondition": "Fired",
"monitoringService": "ResourceHealth",
"alertTargetIDs": [
"/subscriptions/sub-id/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/vm-01"
],
"firedDateTime": "2024-01-15T10:30:00Z"
},
"alertContext": {
"properties": {
"title": "Virtual machine is unavailable",
"currentHealthStatus": "Unavailable",
"previousHealthStatus": "Available",
"type": "Downtime",
"cause": "PlatformInitiated"
}
}
}
}How Alert24 Maps Azure Resource Health Data
Status Field
data.alertContext.properties.currentHealthStatus
Message Field
data.alertContext.properties.title
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Azure Resource Health Values |
|---|---|
| operational | Available |
| degraded | Degraded |
| down | Unavailable |
Connect Azure Resource Health to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Cloud Platforms Integrations
AWS CloudWatch
InboundReceive CloudWatch alarm notifications via SNS webhook.
Azure Monitor
InboundReceive Azure Monitor alerts and log Activity Log changes to correlate infrastructure changes with incidents.
Azure Service Health
InboundReceive Azure Service Health incident, maintenance, and advisory notifications.
Google Cloud Monitoring
InboundReceive Google Cloud Monitoring (formerly Stackdriver) alerts.
Google Cloud SCC
InboundReceive Google Cloud Security Command Center threat and vulnerability findings via Pub/Sub.
Google Cloud Audit Logs
InboundLog GCP Audit Log events as changes via Pub/Sub push to correlate infrastructure changes with incidents.