Skip to content

Commit d97e4b5

Browse files
authored
Merge pull request #107067 from rboucher/patch-17
Update per feedback in Github issue 49688
2 parents 7d9da46 + 9121814 commit d97e4b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/azure-monitor/platform/alerts-enable-template.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ description: Learn how to use a Resource Manager template to create a classic me
44
author: rboucher
55
ms.author: robb
66
ms.topic: conceptual
7-
ms.date: 4/27/2018
7+
ms.date: 03/09/2020
88
ms.subservice: alerts
99
---
1010
# Create a classic metric alert with a Resource Manager template
11-
This article shows how you can use an [Azure Resource Manager template](../../azure-resource-manager/templates/template-syntax.md) to configure Azure metric alerts. This enables you to automatically set up alerts on your resources when they are created to ensure that all resources are monitored correctly.
12-
13-
> [!NOTE]
11+
> [!WARNING]
1412
>
15-
> This article describes creating **classic metric alerts** using Resource Manager templates. If you are looking for creating [newer metric alerts](../../azure-monitor/platform/alerts-metric-near-real-time.md) using templates, [this article](alerts-metric-create-templates.md) provides the details.
13+
> This article describes creating **classic metric alerts** using Resource Manager templates. Classic alerts were retired in August 2019 and set to be fully deprecated in June 2020. You cannot create new classic alerts public Azure. Some regional versions of Azure may still have the option, but we suggest you instead create [newer metric alerts](../../azure-monitor/platform/alerts-metric-near-real-time.md) using templates if at all possible. [This article](alerts-metric-create-templates.md) provides the details.
1614
>
1715
16+
This article shows how you can use an [Azure Resource Manager template](../../azure-resource-manager/templates/template-syntax.md) to configure Azure classic metric alerts. This enables you to automatically set up alerts on your resources when they are created to ensure that all resources are monitored correctly.
1817

1918
The basic steps are as follows:
2019

0 commit comments

Comments
 (0)