Skip to content

Commit b5a540c

Browse files
authored
Merge pull request #91526 from rboucher/patch-12
remove quotes
2 parents ae0ef2c + 295af6d commit b5a540c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,22 +193,22 @@ Suppression always takes precedence on the same scope.
193193

194194
### 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:
195195

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
198198

199199
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.
200200

201201
### 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:
202202

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
205205

206206
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.
207207

208208
### 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:
209209

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
212212

213213
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.
214214

0 commit comments

Comments
 (0)