Skip to content

Commit ac1c038

Browse files
committed
Metric alerts fix
1 parent f5daf90 commit ac1c038

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/azure-monitor/samples/arm-alerts-metric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ This sample creates a static threshold metric alert rule that monitors Percentag
22202220
}
22212221
```
22222222

2223-
## Dynamic Thresholds alert on all virtual machines in a subscription
2223+
### Dynamic Thresholds alert on all virtual machines in a subscription
22242224
This sample creates a Dynamic Thresholds metric alert rule that monitors Percentage CPU for all virtual machines (in one Azure region) in a subscription.
22252225

22262226

articles/azure-monitor/samples/arm-samples.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Monitor resource manager samples
3-
description: Deploy and configure Azure Monitr features using resource manager templates
3+
description: Deploy and configure Azure Monitor features using resource manager templates
44
author: bwren
55
ms.author: bwren
66
services: azure-monitor
77
ms.topic: sample
88
ms.date: 05/18/2020
9-
ms.subservice: alerts
9+
ms.subservice:
1010
---
1111
# Azure Monitor resource manager samples
1212

@@ -17,15 +17,14 @@ The basic steps to use the samples are:
1717

1818
1. Copy the template and save as a JSON file.
1919
2. Modify the parameters for your environment and save as a JSON file.
20-
4. Deploy the template using [any deployment method](../../azure-resource-manager/templates/deploy-powershell.md).
20+
4. Deploy the template using [any deployment method for Resource Manager templates](../../azure-resource-manager/templates/deploy-powershell.md).
2121

22-
For example, use the following commands to deploy the template and parameters file using PowerShell or Azure CLI.
22+
For example, use the following commands to deploy the template and parameters file to your subscription using PowerShell or Azure CLI.
2323

24-
Using Azure PowerShell
2524

2625
```powershell
2726
Connect-AzAccount
28-
Select-AzSubscription -SubscriptionName <yourSubscriptionName>
27+
Select-AzSubscription -SubscriptionName my-subscription
2928
New-AzResourceGroupDeployment -Name AzureMonitorDeployment -ResourceGroupName my-resource-group -TemplateFile azure-monitor-deploy.json -TemplateParameterFile azure-monitor-deploy.parameters.json
3029
```
3130

@@ -56,4 +55,4 @@ az group deployment create \
5655

5756
## Next steps
5857

59-
- Learn how to [create an action group with Resource Manager templates](../platform/action-groups-create-resource-manager-template.md)
58+
- Learn more about [Resource Manager templates](../../azure-resource-manager/templates.md)

0 commit comments

Comments
 (0)