Skip to content

Commit a12d8e1

Browse files
Merge pull request #276518 from spelluru/patch-77
Update handle-health-resources-events-using-azure-monitor-alerts.md
2 parents 1be2efa + e0eec6d commit a12d8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The event filter enables users to receive alerts for a specific resource group,
7979

8080
### Sample ResourceAnnotated event
8181

82-
Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated` event:
82+
Here's a sample `ResourceAnnotated` event. Notice that the `type` is set to `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated`.
8383

8484
```json
8585
{
@@ -116,7 +116,7 @@ Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotat
116116

117117
### Sample AvailabilityStatusChanged event
118118

119-
Here's a sample `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged` event:
119+
Here's a sample `AvailabilityStatusChanged` event. Notice that the `type` is set to `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged`.
120120

121121
```json
122122
{

0 commit comments

Comments
 (0)