MetricAlertMultipleResourceMultipleMetricCriteria
type is missing in Azure monitor metric alerts
#2920
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Feature Request
Now we can only create an Azure metric alert using
MetricAlertSingleResourceMultipleMetricCriteria
. But from the documentation as well as the error message returned by Azure (Scopes property is invalid. Only single resource is allowed for criteria type SingleResourceMultipleMetricCriteria. If you want to create an alert on multiple resources, use MultipleResourceMultipleMetricCriteria odata.type.
), we should also be able to useMetricAlertMultipleResourceMultipleMetricCriteria
as well.The text was updated successfully, but these errors were encountered: