Skip to content

Commit ed6458c

Browse files
authored
Merge pull request #97614 from harelbr/patch-9
Update alerts-metric-create-templates.md
2 parents 41bba16 + 56a3c46 commit ed6458c

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
@@ -1227,7 +1227,7 @@ az group deployment create \
12271227
12281228
## Template for a metric alert that monitors multiple resources
12291229

1230-
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.
1230+
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.
12311231

12321232
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.
12331233

@@ -2062,6 +2062,7 @@ Save the json below as all-vms-in-subscription-static.json for the purpose of th
20622062
"type": "string",
20632063
"defaultValue": "PT1M",
20642064
"allowedValues": [
2065+
"PT1M",
20652066
"PT5M",
20662067
"PT15M",
20672068
"PT30M",

0 commit comments

Comments
 (0)