Skip to content

Commit be4bc35

Browse files
committed
Learn Editor: Update handle-health-resources-events-using-azure-monitor-alerts.md
1 parent cdb80b0 commit be4bc35

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/event-grid/handle-health-resources-events-using-azure-monitor-alerts.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ The event filter enables users to receive alerts for a specific resource group,
7777

7878
## Sample JSON events
7979

80-
Here's the sample JSON event:
80+
### Sample ResourceAnnotated event
81+
82+
Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated` event:
8183

8284
```json
8385
{
@@ -110,6 +112,13 @@ Here's the sample JSON event:
110112
"apiVersion": "2022-08-01"
111113
}
112114
}
115+
```
116+
117+
### Sample AvailabilityStatusChanged event
118+
119+
Here's a sample `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged` event:
120+
121+
```json
113122
{
114123
"id": "sample-id",
115124
"source": "/subscriptions/sample-subscription",

0 commit comments

Comments
 (0)