Skip to content

Commit 3ed9803

Browse files
authored
Update alerts-action-rules.md
sub-resource --> child resource
1 parent 563dc67 commit 3ed9803

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ For example, use "Platform" to have the rule apply only to metric alerts.
7373
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.
7474
* **Resource group** - the rule will apply only to alerts from the specified resource groups.
7575
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.
7979

8080
**FILTERS BEHAVIOR**
8181
* 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
145145

146146
1. **Sign in**
147147

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.
149149

150150
```azurecli
151151
az login

0 commit comments

Comments
 (0)