Skip to content

Commit 3abaedc

Browse files
authored
Update alerts-processing-rules.md
1 parent 3950f4a commit 3abaedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Severity | The rule applies only to alerts with the selected severities. |
7676
* If you define multiple filters in a rule, all the rules apply. There's a logical AND between all filters.
7777
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.
7878
* Each filter can include up to five values. There's a logical OR between the values.
79-
For example, if you set `description contains ["this", "that"]`, then the rule applies only to alerts whose description contains either `this` or `that`.
79+
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`.
8080

8181
### What should this rule do?
8282

0 commit comments

Comments
 (0)