Skip to content

Commit 824c09e

Browse files
committed
added link to resource health alert samples
1 parent d2f5970 commit 824c09e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,15 @@ You can use an [Azure Resource Manager template (ARM template)](../../azure-reso
372372
1. Create a new resource, using the following resource types:
373373
- For metric alerts: `Microsoft.Insights/metricAlerts`
374374
- For log alerts: `Microsoft.Insights/scheduledQueryRules`
375-
- For activity log alerts: `microsoft.Insights/activityLogAlerts`
375+
- For activity log, service health, and resource health alerts: `microsoft.Insights/activityLogAlerts`
376376
> [!NOTE]
377377
> - Metric alerts for an Azure Log Analytics workspace resource type (`Microsoft.OperationalInsights/workspaces`) are configured differently than other metric alerts. For more information, see [Resource Template for Metric Alerts for Logs](alerts-metric-logs.md#resource-template-for-metric-alerts-for-logs).
378378
> - We recommend that you create the metric alert using the same resource group as your target resource.
379379
1. Copy one of the templates from these sample ARM templates.
380380
- For metric alerts: [Resource Manager template samples for metric alert rules](resource-manager-alerts-metric.md)
381381
- For log alerts: [Resource Manager template samples for log alert rules](resource-manager-alerts-log.md)
382382
- For activity log alerts: [Resource Manager template samples for activity log alert rules](resource-manager-alerts-activity-log.md)
383+
- For resource health alerts: [Resource Manager template samples for resource health alert rules](resource-manager-alerts-resource-health.md)
383384
1. Edit the template file to contain appropriate information for your alert, and save the file as \<your-alert-template-file\>.json.
384385
1. Edit the corresponding parameters file to customize the alert, and save as \<your-alert-template-file\>.parameters.json.
385386
1. Set the `metricName` parameter, using one of the values in [Azure Monitor supported metrics](../essentials/metrics-supported.md).

0 commit comments

Comments
 (0)