Skip to content

Commit 8bf937f

Browse files
authored
Merge pull request #203734 from ofirmanor/patch-5
Update alerts-action-rules.md
2 parents fd470c8 + ca8f14d commit 8bf937f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ Some common use cases for alert processing rules include:
2323

2424
### Notification suppression during planned maintenance
2525

26-
Many customers set up a planned maintenance time for their resources, either on a one-off basis or on a regular schedule. The planned maintenance may cover a single resource like a virtual machine, or multiple resources like all virtual machines in a resource group. Those customers may choose to stop receiving alert notifications for those resources during the maintenance window.
27-
28-
Other customers do not need to receive alert notifications at all outside of their business hours.
26+
Many customers set up a planned maintenance time for their resources, either on a one-off basis or on a regular schedule. The planned maintenance may cover a single resource like a virtual machine, or multiple resources like all virtual machines in a resource group. So, you may want to stop receiving alert notifications for those resources during the maintenance window. In other cases, you may prefer to not receive alert notifications at all outside of your business hours. Alert processing rules allow you to achieve that.
2927

30-
You could suppress alert notifications by disabling the alert rules themselves, but this approach has several limitations:
31-
* You could disable the relevant alert rule at the beginning of the maintenance window. Once the maintenance is over, you can then re-enable the alert rule. However, this approach is only practical if the scope of the alert rule is exactly the scope of the resources under maintenance. For example, a single alert rule might cover multiple resources, but only one of those resources is going through maintenance. So, if you disable the alert rule, you will miss valid alerts on the remaining resources covered by that rule.
28+
You could alternatively suppress alert notifications by disabling the alert rules themselves at the beginning of the maintenance window, and re-enabling them once the maintenance is over. In that case, the alerts won't fire in the first place. However, that approach has several limitations:
29+
* This approach is only practical if the scope of the alert rule is exactly the scope of the resources under maintenance. For example, a single alert rule might cover multiple resources, but only a few of those resources are going through maintenance. So, if you disable the alert rule, you will not be alerted when the remaining resources covered by that rule run into issues.
3230
* You may have many alert rules that cover the resource. Updating all of them is time consuming and error prone.
33-
* You might have some alerts that are not created by an alert rule at all.
31+
* You might have some alerts that are not created by an alert rule at all, like alerts from Azure Backup.
32+
3433
In all these cases, an alert processing rule provides an easy way to achieve the notification suppression goal.
3534

3635
### Management at scale
@@ -96,7 +95,7 @@ This action adds one or more action groups to the affected fired alerts.
9695

9796
### When should this rule apply?
9897

99-
You may optionally control when will the rule apply. By default, the rule is applied unconditionally as long as it is enabled. However, you can select a one-off window for this rule to apply, or have a recurring window such as a weekly recurrence.
98+
You may optionally control when will the rule apply. By default, the rule is always active. However, you can select a one-off window for this rule to apply, or have a recurring window such as a weekly recurrence.
10099

101100
## Configuring an alert processing rule
102101

@@ -116,7 +115,7 @@ In the second tab (**Rule settings**), you select which action to apply on the a
116115

117116
![Alert processing rules wizard - rule settings tab.](media/alerts-action-rules/action-rules-wizard-rule-settings-tab.png)
118117

119-
In the third tab (**Scheduling**), you select an optional schedule for the rule. By default the rule works all the time, as long as it is not disabled. However, you can set it to work **on a specific time**, or **set up a recurring schedule**.
118+
In the third tab (**Scheduling**), you select an optional schedule for the rule. By default the rule works all the time, unless you disable it. However, you can set it to work **on a specific time**, or **set up a recurring schedule**.
120119
Let's see an example of a schedule for a one-off, overnight, planned maintenance. It starts in the evening until the next morning, in a specific timezone:
121120

122121
![Alert processing rules wizard - scheduling tab - one-off schedule.](media/alerts-action-rules/action-rules-wizard-scheduling-tab-once.png)

0 commit comments

Comments
 (0)