Skip to content

Commit 1d28450

Browse files
Merge pull request #282173 from nolavime/patch-186
Update alerts-processing-rules.md
2 parents 2ac70d7 + 472e3fc commit 1d28450

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/alerts/alerts-processing-rules.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand Azure Monitor alert processing rules and how to configur
44
ms.author: abbyweisberg
55
ms.topic: conceptual
66
ms.custom: devx-track-azurepowershell
7-
ms.date: 6/19/2023
7+
ms.date: 7/30/2024
88
ms.reviewer: nolavime
99
---
1010

@@ -54,7 +54,7 @@ For those alert types, you can use alert processing rules to add action groups.
5454

5555
This section describes the scope and filters for alert processing rules.
5656

57-
Each alert processing rule has a scope. A scope is a list of one or more specific Azure resources, a specific resource group, or an entire subscription. The alert processing rule applies to alerts that fired on resources within that scope. You cannot create an alert processing rule on a resource from a different subscription.
57+
Each alert processing rule has a scope. A scope is a list of one or more specific Azure resources, a specific resource group, or an entire subscription. The alert processing rule applies to alerts that fired on resources within that scope. You can't create an alert processing rule on a resource from a different subscription.
5858

5959
You can also define filters to narrow down which specific subset of alerts are affected within the scope. The available filters are described in the following table.
6060

@@ -77,8 +77,8 @@ Severity | The rule applies only to alerts with the selected severities. |
7777
* If you define multiple filters in a rule, all the rules apply. There's a logical AND between all filters.
7878
For example, if you set both `resource type = "Virtual Machines"` and `severity = "Sev0"`, then the rule applies only for `Sev0` alerts on virtual machines in the scope.
7979
* Each filter can include up to five values. There's a logical OR between the values.
80-
For example, if you set description contains "this, that" (in the field there is no need to write the apostrophes), then the rule applies only to alerts whose description contains either "this" or "that".
81-
* Notice that you dont have any spaces (before, after or between) the string that is matched it will effect the matching of the filter.
80+
For example, if your set description contains "this, that" (in the field there's no need to write the apostrophes), then the rule applies only to alerts whose description contains either "this" or "that".
81+
* Notice that you dont have any spaces (before, after or between) the string that is matched it effects the matching of the filter.
8282

8383
### What should this rule do?
8484

@@ -89,7 +89,7 @@ Choose one of the following actions:
8989

9090
### When should this rule apply?
9191

92-
You can control when the rule will apply. The rule is always active, by default. You can select a one-time window for this rule to apply, or you can have a recurring window, such as a weekly recurrence.
92+
You can control when the rule applies. The rule is always active, by default. You can select a one-time window for this rule to apply, or you can have a recurring window, such as a weekly recurrence.
9393

9494
## Configure an alert processing rule
9595

@@ -119,7 +119,7 @@ Let's review the new alert processing rule wizard.
119119

120120
:::image type="content" source="media/alerts-processing-rules/alert-processing-rule-scheduling-recurring.png" alt-text="Screenshot that shows the Scheduling tab of the alert processing rules wizard with a recurring rule.":::
121121

122-
1. On the **Details** tab, you give this rule a name, pick where it will be stored, and optionally add a description for your reference.
122+
1. On the **Details** tab, you give this rule a name, pick where it is stored, and optionally add a description for your reference.
123123

124124
1. On the **Tags** tab, you can optionally add tags to the rule.
125125

0 commit comments

Comments
 (0)