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/alerts/alerts-action-rules.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ For example, use "Platform" to have the rule apply only to metric alerts.
73
73
For example, you can use this filter with "Does not equal" to exclude one or more resources when the rule's scope is a subscription.
74
74
***Resource group** - the rule will apply only to alerts from the specified resource groups.
75
75
For example, you can use this filter with "Does not equal" to exclude one or more resource groups when the rule's scope is a subscription.
76
-
***Resource type** - the rule will apply only to alerts on resource from the specified resource types, such as virtual machines. You can use "Equals" to match one or more specific resources, or you can use contains to match a resource type and all its sub-resources.
77
-
For example, use "contains MICROSOFT.SQL/SERVERS" to match both SQL servers and all their sub-resources, like databases.
78
-
***Severity** - the rule will apply only to alerts with the selected severities.
76
+
***Resource type** - the rule will apply only to alerts on resource from the specified resource types, such as virtual machines. You can use "Equals" to match one or more specific resources, or you can use contains to match a resource type and all its child resources.
77
+
For example, use "contains MICROSOFT.SQL/SERVERS" to match both SQL servers and all their schild resources, like databases.
78
+
***Severity** - the rule will apply only to alerts with the selected severities.
79
79
80
80
**FILTERS BEHAVIOR**
81
81
* If you define multiple filters in a rule, all of them apply - there is a logical AND between all filters.
@@ -145,7 +145,7 @@ You can use the Azure CLI to work with alert processing rules. See the `az monit
145
145
146
146
1.**Sign in**
147
147
148
-
If you're using a local installation of the CLI, sign in using the [az login](/cli/azure/reference-index#az-login) command. Follow the steps displayed in your terminal to complete the authentication process.
148
+
If you're using a local installation of the CLI, sign in using the `az login`[command](/cli/azure/reference-index#az-login). Follow the steps displayed in your terminal to complete the authentication process.
0 commit comments