Skip to content

Commit 852bf8f

Browse files
authored
Added a note about multi-resource support
Multi-resource metric alert rules aren't supported for Virtual Machines at this point.
1 parent 884ebd7 commit 852bf8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-government/documentation-government-services-monitoringandmanagement.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ The resources currently supported in the second generation alerts experience are
174174
- Microsoft.Web/sites
175175
- Microsoft.Web/sites/slots
176176

177+
> [!NOTE]
178+
> Creating multi-resource metric alert rules on Virtual Machines is **currently not supported**. This article will be updated as soon as this functionality becomes available.
179+
177180
You can still use [classic alerts](../azure-monitor/platform/alerts-classic.overview.md) for resources not yet available in the second generation of alerts.
178181

179182
When using PowerShell/ARM/Rest calls to create metric alerts, you will need to set the "Location" of the metric alert to "USGov Virginia" or "USGov Iowa". An example of the setting is below:
@@ -186,6 +189,7 @@ Add-AzMetricAlertRule -Name vmcpu_gt_1 -Location "USGov Virginia" -ResourceGroup
186189

187190
For more information on using PowerShell, see [public documentation](../azure-monitor/platform/powershell-quickstart-samples.md).
188191

192+
189193
## Application Insights
190194

191195
> [!NOTE]

0 commit comments

Comments
 (0)