Skip to content

Commit 56a3c46

Browse files
authored
Update alerts-metric-create-templates.md
Fixed the allowed evaluation frequencies list in the "Static threshold alert on all virtual machines in a subscription" example
1 parent bf1d947 commit 56a3c46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/platform/alerts-metric-create-templates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ az group deployment create \
10051005
10061006
## Template for metric alert that monitors multiple resources
10071007

1008-
The previous sections described sample Azure Resource Manager templates to create metric alerts that monitor a single resource. Azure Monitor now supports monitoring multiple resources with a single metric alert rule. This feature is currently only supported in Azure public cloud and only for virtual Machines and Databox Edge Devices.
1008+
The previous sections described sample Azure Resource Manager templates to create metric alerts that monitor a single resource. Azure Monitor now supports monitoring multiple resources with a single metric alert rule. This feature is currently only supported in Azure public cloud and only for virtual Machines, SQL Databases, SQL Elastic Pools and Databox Edge Devices.
10091009

10101010
Dynamic Thresholds alerts rule can also help create tailored thresholds for hundreds of metric series (even different types) at a time, which results in fewer alert rules to manage.
10111011

@@ -1840,6 +1840,7 @@ Save the json below as all-vms-in-subscription-static.json for the purpose of th
18401840
"type": "string",
18411841
"defaultValue": "PT1M",
18421842
"allowedValues": [
1843+
"PT1M",
18431844
"PT5M",
18441845
"PT15M",
18451846
"PT30M",

0 commit comments

Comments
 (0)