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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,13 @@ In the fourth tab (**Details**), you give this rule a name, pick where it will b
124
124
125
125
### [Azure CLI](#tab/azure-cli)
126
126
127
-
You can use Azure CLI to work with alert processing rules. See the `az monitor alert-processing-rules` page in the [Azure CLI docs](/cli/azure/monitor/alert-processing-rule)in for detailed documentation and examples.
127
+
You can use the Azure CLI to work with alert processing rules. See the `az monitor alert-processing-rules` page in the [Azure CLI docs](/cli/azure/monitor/alert-processing-rule) for detailed documentation and examples.
128
128
129
129
### Prepare your environment
130
130
131
131
1.**Install the Auzre CLI**
132
132
133
-
Follow the [Installation instructions of the Azure CLI](/cli/azure/install-azure-cli).
133
+
Follow the [Installation instructions for the Azure CLI](/cli/azure/install-azure-cli).
134
134
135
135
Alternatively, you can use Azure Cloud Shell, which is an interactive shell environment that you use through your browser. To start a Cloud Shell:
136
136
@@ -140,15 +140,15 @@ You can use Azure CLI to work with alert processing rules. See the `az monitor a
140
140
141
141
1.**Sign in**
142
142
143
-
If you're using a local install 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.
143
+
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.
144
144
145
145
```azurecli
146
146
az login
147
147
```
148
148
149
149
1. **Install the `alertsmanagement` extension**
150
150
151
-
The `az monitor alert-processing-rule` commands are included a preview extension of the core Azure CLI.
151
+
In order to use the `az monitor alert-processing-rule` commands, install the `alertsmanagement` preview extension.
152
152
153
153
```azurecli
154
154
az extension add --name alertsmanagement
@@ -178,7 +178,7 @@ az monitor alert-processing-rule create \
178
178
--description "Add ActionGroup1 to all alerts in the subscription"
179
179
```
180
180
181
-
The [CLI documentation](/cli/azure/monitor/alert-processing-rule#az-monitor-alert-processing-rule-create) include mope examples and an explanation of each parameter.
181
+
The [CLI documentation](/cli/azure/monitor/alert-processing-rule#az-monitor-alert-processing-rule-create) include more examples and an explanation of each parameter.
0 commit comments