Skip to content

Commit 72fa32f

Browse files
authored
Update alerts-action-rules.md
Addressing Abby's comments
1 parent 1f5e556 commit 72fa32f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ In the fourth tab (**Details**), you give this rule a name, pick where it will b
124124

125125
### [Azure CLI](#tab/azure-cli)
126126

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

129129
### Prepare your environment
130130

131131
1. **Install the Auzre CLI**
132132

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).
134134

135135
Alternatively, you can use Azure Cloud Shell, which is an interactive shell environment that you use through your browser. To start a Cloud Shell:
136136

@@ -140,15 +140,15 @@ You can use Azure CLI to work with alert processing rules. See the `az monitor a
140140

141141
1. **Sign in**
142142

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

145145
```azurecli
146146
az login
147147
```
148148
149149
1. **Install the `alertsmanagement` extension**
150150
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.
152152
153153
```azurecli
154154
az extension add --name alertsmanagement
@@ -178,7 +178,7 @@ az monitor alert-processing-rule create \
178178
--description "Add ActionGroup1 to all alerts in the subscription"
179179
```
180180

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

183183
* * *
184184

0 commit comments

Comments
 (0)