Skip to content

Commit 750f506

Browse files
Merge pull request #262767 from nolavime/patch-153
Update alerts-processing-rules.md
2 parents 38bde8b + bef9d83 commit 750f506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ 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" (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`.
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`.
80+
* Notice that you dont have any spaces (before, after or between) the string that is matched it will effect the matching of the filter.
8081

8182
### What should this rule do?
8283

0 commit comments

Comments
 (0)