Sample alert for Azure Service Health
Snapshot of the entity when an event occurs in Service Health.
The sample alert becomes available after you generate the webhook.
{
"schemaId": "azureMonitorCommonAlertSchema",
"data": {
"essentials": {
"alertId": "/subscriptions/xxxxxxx-xxxxxx-xxxxx-xxxxx-xxxxxxxx/providers/Microsoft.AlertsManagement/alerts/xxxxxxxxxxxxxxxxxxxxxx",
"alertRule": "test-ServiceHealthAlertRule",
"severity": "Sev4",
"signalType": "Activity Log",
"monitorCondition": "Fired",
"monitoringService": "ServiceHealth",
"alertTargetIDs": [
"/subscriptions/xxxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx"
],
"originAlertId": "xxxxxx-1234-1234-1234-xxxxxxx",
"firedDateTime": "2022-06-18T10:50:33.2Z",
"description": "Alert rule description",
"essentialsVersion": "1.0",
"alertContextVersion": "1.0"
},
"alertContext": {
"authorization": null,
"channels": 1,
"claims": null,
"caller": null,
"correlationId": "xxxxxxxxx-xxxxx-xxxx-xxxxx-xxxxxxxxx",
"eventSource": 2,
"eventTimestamp": "2022-06-18T10:50:33.2Z",
"httpRequest": null,
"eventDataId": "xxxx-xxxxxx-xxxx-xxxx-xxxx",
"level": 3,
"operationName": "Microsoft.ServiceHealth/incident/action",
"operationId": "12345678-abcd-efgh-ijkl-xxxx-xxxxxx-xxxx-xxxx-xxxx",
"properties": {
"title": "Test Action Group - Test Service Health Alert",
"service": "Azure Service Name",
"region": "Global",
"communication": "<p>This is a test from Service Health Alert</p>",
"incidentType": "Incident",
"trackingId": "TEST-TTT",
"impactStartTime": "2022-06-18T10:50:33.2Z",
"impactMitigationTime": "2022-06-18T10:50:33.2Z",
"impactedServices": [
{
"ImpactedRegions": [
{
"RegionName": "Global"
}
],
"ServiceName": "Azure Service Name"
}
],
"impactedServicesTableRows": "<tr><td>This is a test from service health alert</<td>/<tr>",
"defaultLanguageTitle": "Test Action Group - Test Service Health Alert",
"defaultLanguageContent": "<p>This is a test from Service Health Alert</p>",
"stage": "Resolved",
"communicationId": "xxxxxxxxxxxxx",
"isHIR": "false",
"IsSynthetic": "True",
"impactType": "SubscriptionList",
"version": "0.1.1"
},
"status": "Resolved",
"subStatus": null,
"submissionTimestamp": "2022-06-18T10:50:33.2Z",
"ResourceType": null
}
}
}