Skip to content

Commit 8073f18

Browse files
authored
Merge pull request #97854 from MGoedtel/Task1618525
updated title for SEO and added ref to ARM template
2 parents f2953db + 6503265 commit 8073f18

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/azure-monitor/insights/container-insights-alerts.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create performance alerts by using Azure Monitor for containers | Microsoft Docs
3-
description: This article describes how to use Azure Monitor for containers to create custom alerts based on log queries for memory and CPU utilization.
2+
title: Create performance alerts for Azure Monitor for containers | Microsoft Docs
3+
description: This article describes how to create custom alerts based on log queries for memory and CPU utilization from Azure Monitor for containers.
44
ms.service: azure-monitor
55
ms.subservice:
66
ms.topic: conceptual
@@ -11,6 +11,7 @@ ms.date: 04/26/2019
1111
---
1212

1313
# How to set up alerts for performance problems in Azure Monitor for containers
14+
1415
Azure Monitor for containers monitors the performance of container workloads that are deployed to Azure Container Instances or to managed Kubernetes clusters that are hosted on Azure Kubernetes Service (AKS).
1516

1617
This article describes how to enable alerts for the following situations:
@@ -26,6 +27,7 @@ To alert for high CPU or memory utilization, or low free disk space on cluster n
2627
If you're not familiar with Azure Monitor alerts, see [Overview of alerts in Microsoft Azure](../platform/alerts-overview.md) before you start. To learn more about alerts that use log queries, see [Log alerts in Azure Monitor](../platform/alerts-unified-log.md). For more about metric alerts, see [Metric alerts in Azure Monitor](../platform/alerts-metric-overview.md).
2728

2829
## Resource utilization log search queries
30+
2931
The queries in this section support each alerting scenario. They're used in step 7 of the [create alert](#create-an-alert-rule) section of this article.
3032

3133
The following query calculates average CPU utilization as an average of member nodes' CPU utilization every minute.
@@ -274,7 +276,8 @@ InsightsMetrics
274276
```
275277

276278
## Create an alert rule
277-
Follow these steps to create a log alert in Azure Monitor by using one of the log search rules that was provided earlier.
279+
280+
Follow these steps to create a log alert in Azure Monitor by using one of the log search rules that was provided earlier. To create using an ARM template, see [Sample Log alert creation using Azure Resource Template](../platform/alerts-log.md#sample-log-alert-creation-using-azure-resource-template).
278281

279282
>[!NOTE]
280283
>The following procedure to create an alert rule for container resource utilization requires you to switch to a new log alerts API as described in [Switch API preference for log alerts](../platform/alerts-log-api-switch.md).

0 commit comments

Comments
 (0)