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/platform/alerts-action-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
@@ -193,22 +193,22 @@ Suppression always takes precedence on the same scope.
193
193
194
194
### What happens if I have a resource that's monitored in two separate action rules? Do I get one or two notifications? For example, **VM2** in the following scenario:
195
195
196
-
"action rule AR1 defined for VM1 and VM2 with action group AG1
197
-
action rule AR2 defined for VM2 and VM3 with action group AG1"
196
+
action rule AR1 defined for VM1 and VM2 with action group AG1
197
+
action rule AR2 defined for VM2 and VM3 with action group AG1
198
198
199
199
For every alert on VM1 and VM3, action group AG1 would be triggered once. For every alert on **VM2**, action group AG1 would be triggered twice, because action rules don't deduplicate actions.
200
200
201
201
### What happens if I have a resource monitored in two separate action rules and one calls for action while another for suppression? For example, **VM2** in the following scenario:
202
202
203
-
"action rule AR1 defined for VM1 and VM2 with action group AG1
204
-
action rule AR2 defined for VM2 and VM3 with suppression"
203
+
action rule AR1 defined for VM1 and VM2 with action group AG1
204
+
action rule AR2 defined for VM2 and VM3 with suppression
205
205
206
206
For every alert on VM1, action group AG1 would be triggered once. Actions and notifications for every alert on VM2 and VM3 will be suppressed.
207
207
208
208
### What happens if I have an alert rule and an action rule defined for the same resource calling different action groups? For example, **VM1** in the following scenario:
209
209
210
-
"alert rule rule1 on VM1 with action group AG2
211
-
action rule AR1 defined for VM1 with action group AG1"
210
+
alert rule rule1 on VM1 with action group AG2
211
+
action rule AR1 defined for VM1 with action group AG1
212
212
213
213
For every alert on VM1, action group AG1 would be triggered once. Whenever alert rule "rule1" is triggered, it will also trigger AG2 additionally. Action groups defined within action rules and alert rules operate independently, with no deduplication.
0 commit comments