Skip to content

Commit c78cb9e

Browse files
authored
Update advisor-alerts-arm.md
1 parent 68f3bb2 commit c78cb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/advisor/advisor-alerts-arm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The template defines two resources:
141141

142142
## Deploy the template
143143

144-
Deploy the template by using any standard method for [deploying an ARM template](../azure-resource-manager/templates/deploy-portal.md) such as the following examples using the CLI and PowerShell. Replace the sample values for `ResourceGroup`, and `emailAddress` with appropriate values for your environment. The workspace name must be unique among all Azure subscriptions.
144+
Deploy the template by using any standard method for [deploying an ARM template](../azure-resource-manager/templates/deploy-portal.md), such as the following examples that use the CLI and PowerShell. Replace the sample values for `ResourceGroup`, and `emailAddress` with appropriate values for your environment. The workspace name must be unique among all Azure subscriptions.
145145

146146
# [CLI](#tab/CLI)
147147

@@ -162,7 +162,7 @@ New-AzResourceGroupDeployment -Name CreateAdvisorAlert -ResourceGroupName my-res
162162

163163
## Validate the deployment
164164

165-
Verify that the workspace was created by using one of the following commands. Replace the sample values for **Resource Group** with the value you used in the previous example.
165+
Verify that the workspace was created by using one of the following commands. Replace the sample values for **Resource Group** with the value that you used in the previous example.
166166

167167
# [CLI](#tab/CLI)
168168

@@ -180,7 +180,7 @@ Get-AzActivityLogAlert -ResourceGroupName my-resource-group -Name AdvisorAlertsT
180180

181181
## Clean up resources
182182

183-
If you plan to continue working with subsequent quickstarts and tutorials, you might want to leave these resources in place. When no longer needed, delete the resource group, which deletes the alert rule and the related resources. To delete the resource group by using the CLI or PowerShell:
183+
If you plan to continue working with subsequent quickstarts and tutorials, you might want to leave these resources in place. When you no longer need the resources, delete the resource group, which deletes the alert rule and the related resources. To delete the resource group by using the CLI or PowerShell:
184184

185185
# [CLI](#tab/CLI)
186186

0 commit comments

Comments
 (0)