Skip to content

Commit e528e0d

Browse files
author
AbhishekMallick01
committed
changes from main
1 parent 359f2de commit e528e0d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

articles/backup/move-to-azure-monitor-alerts.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Follow these steps:
107107

108108
## Suppress notifications during a planned maintenance window
109109

110-
For certain scenarios, you might want to suppress notifications for a particular window of time when backups are going to fail. This is especially important for database backups, where log backups could happen as frequently as every 15 minutes, and you don't want to receive a separate notification every 15 minutes for each failure occurrence. In such a scenario, you can create a second alert processing rule that exists alongside the main alert processing rule used for sending notifications. The second alert processing rule won't be linked to an action group, but is used to specify the time for notification types tha notification should be suppressed.
110+
For certain scenarios, you might want to suppress notifications for a particular window of time when backups are going to fail. This is especially important for database backups, where log backups could happen as frequently as every 15 minutes, and you don't want to receive a separate notification every 15 minutes for each failure occurrence. In such a scenario, you can create a second alert processing rule that exists alongside the main alert processing rule used for sending notifications. The second alert processing rule won't be linked to an action group, but is used to specify the time for notification types that should be suppressed.
111111

112112
By default, the suppression alert processing rule takes priority over the other alert processing rule. If a single fired alert is affected by different alert processing rules of both types, the action groups of that alert will be suppressed.
113113

@@ -123,7 +123,7 @@ To create a suppression alert processing rule, follow these steps:
123123

124124
1. Select **Scope**, for example, subscription or resource group, that the alert processing rule should span.
125125

126-
You can also select more granular filters if you want to suppress notifications only for a particular backup item. For example, if you want to suppress notifications for *testdb1* database within Virtual Machine *VM1*, you can specify filters "where Alert Context (payload) contains /subscriptions/00000000-0000-0000-0000-0000000000000/resourceGroups/testRG/providers/Microsoft.Compute/virtualMachines/VM1/providers/Microsoft.RecoveryServices/backupProtectedItem/SQLDataBase;MSSQLSERVER;testdb1".
126+
You can also select more granular filters if you want to suppress notifications only for a particular backup item. For example, if you want to suppress notifications for *testdb1* database in the Virtual Machine *VM1*, you can specify filters "where Alert Context (payload) contains `/subscriptions/00000000-0000-0000-0000-0000000000000/resourceGroups/testRG/providers/Microsoft.Compute/virtualMachines/VM1/providers/Microsoft.RecoveryServices/backupProtectedItem/SQLDataBase;MSSQLSERVER;testdb1`".
127127

128128
To get the required format of your required backup item, see the *SourceId field* from the [Alert details page](backup-azure-monitoring-built-in-monitor.md?tabs=recovery-services-vaults#viewing-fired-alerts-in-the-azure-portal).
129129

@@ -252,11 +252,4 @@ To configure the same, run the following commands:
252252
```
253253

254254
## Next steps
255-
Learn more about [Azure Backup monitoring and reporting](monitoring-and-alerts-overview.md).
256-
257-
258-
259-
260-
261-
262-
255+
Learn more about [Azure Backup monitoring and reporting](monitoring-and-alerts-overview.md).

0 commit comments

Comments
 (0)