Skip to content

Commit 9a58450

Browse files
authored
Update resource-manager-alerts-service-health.md
1 parent bd5d419 commit 9a58450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/alerts/resource-manager-alerts-service-health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This article includes samples of [Azure Resource Manager templates](../../azure-
1717

1818
## Template for creating service health alert rules
1919

20-
The following template creates an example service health alert rule that will send notification or service health events for the target subscription. Save this template as `CreateServiceHealthAlert.json` and modify it as needed.
20+
The following template creates a service health alert rule that sends notifications of service health events for the target subscription. Save this template as `CreateServiceHealthAlert.json` and modify it as needed.
2121

2222
Points to note:
2323

24-
1. The 'scopes' of a service health alert rule can only contain a single subscription, which must be the same subscription in which the rule is created. Multiple subscriptions, a resource groups, or other types of scope are not supported.
24+
1. The 'scopes' of a service health alert rule can only contain a single subscription, which must be the same subscription in which the rule is created. Multiple subscriptions, a resource group, or other types of scope aren't supported.
2525
1. You can create service health alert rules only in the "Global" location.
2626
1. The "properties.incidentType", "properties.impactedServices[*].ServiceName" and "properties.impactedServices[*].ImpactedRegions[*].RegionName" clauses within the rule condition are optional. You can remove these clauses to be notified on events sent for all incident types, all services, and/or all regions, respectively.
2727
1. The service names used in the "properties.impactedServices[*].ServiceName" must be a valid Azure service name. A list of valid names can be retrieved at the [Resource Health Metadata List API](https://learn.microsoft.com/rest/api/resourcehealth/metadata/list?view=rest-resourcehealth-2022-10-01&tabs=HTTP)

0 commit comments

Comments
 (0)