You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-processing-rules.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Understand Azure Monitor alert processing rules and how to configur
4
4
ms.author: abbyweisberg
5
5
ms.topic: conceptual
6
6
ms.custom: devx-track-azurepowershell
7
-
ms.date: 6/19/2023
7
+
ms.date: 7/30/2024
8
8
ms.reviewer: nolavime
9
9
---
10
10
@@ -54,7 +54,7 @@ For those alert types, you can use alert processing rules to add action groups.
54
54
55
55
This section describes the scope and filters for alert processing rules.
56
56
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.
58
58
59
59
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.
60
60
@@ -77,8 +77,8 @@ Severity | The rule applies only to alerts with the selected severities. |
77
77
* If you define multiple filters in a rule, all the rules apply. There's a logical AND between all filters.
78
78
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.
79
79
* 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.
82
82
83
83
### What should this rule do?
84
84
@@ -89,7 +89,7 @@ Choose one of the following actions:
89
89
90
90
### When should this rule apply?
91
91
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.
93
93
94
94
## Configure an alert processing rule
95
95
@@ -119,7 +119,7 @@ Let's review the new alert processing rule wizard.
119
119
120
120
:::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.":::
121
121
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.
123
123
124
124
1. On the **Tags** tab, you can optionally add tags to the rule.
0 commit comments