Skip to content

Commit 3260703

Browse files
authored
Merge pull request #104690 from harelbr/patch-21
Updated limitations for multi-resource alert rules
2 parents 7d10687 + 9be4112 commit 3260703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,15 +1504,15 @@ az group deployment create \
15041504

15051505
## Template for a metric alert that monitors multiple resources
15061506

1507-
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.
1507+
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 (of the same type) with a single metric alert rule, for resources that exist in the same Azure region. This feature is currently only supported in Azure public cloud and only for Virtual machines, SQL server databases, SQL server elastic pools and Databox edge devices. Also, this feature is only available for platform metrics, and isn't supported for custom metrics.
15081508

15091509
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.
15101510

15111511
This section will describe Azure Resource Manager templates for three scenarios to monitor multiple resources with a single rule.
15121512

15131513
- Monitoring all virtual machines (in one Azure region) in one or more resource groups.
1514-
- Monitoring all virtual machines (in one Azure region) in a subscription
1515-
- Monitoring a list of virtual machines (in one Azure region) in a subscription.
1514+
- Monitoring all virtual machines (in one Azure region) in a subscription.
1515+
- Monitoring a list of virtual machines (in one Azure region) in a subscription.
15161516

15171517
### Static threshold alert on all virtual machines in one or more resource groups
15181518

0 commit comments

Comments
 (0)