Skip to content

Commit d220bc8

Browse files
committed
modify updates
1 parent 3ef4513 commit d220bc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/application-gateway/configure-alerts-with-templates.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Configure Azure Monitor alerts for Application Gateway
33
description: Learn how to use ARM templates to configure Azure Monitor alerts for Application Gateway
4-
author: vhorne
4+
author: jaesoni
55
ms.author: victorh
66
ms.service: application-gateway
77
ms.topic: how-to
8-
ms.date: 01/12/2022
8+
ms.date: 03/03/2022
99
---
1010

1111
# Configure Azure Monitor alerts for Application Gateway
@@ -22,10 +22,10 @@ You can use ARM templates to quickly configure important alerts for Application
2222
- You need to create an Azure Monitor action group in advance and then use the Resource ID for as many alerts as you need. Azure Monitor alerts use this action group to notify users that an alert has been triggered. For more information, see [Create and manage action groups in the Azure portal](../azure-monitor/alerts/action-groups.md).
2323
>[!TIP]
2424
> You can manually form the ResourceID for your Action Group by following these steps.
25-
> 1. Select Azure Monitor in your Azure portal
26-
> 1. Open Alerts blade and select Action Groups
27-
> 1. Select the action group to view its details
28-
> 1. Use the Resource Group Name, Action Group Name and Subscription Info here to form the ResourceID for the action group as shown below. <br>
25+
> 1. Select Azure Monitor in your Azure portal.
26+
> 1. Open the Alerts page and select Action Groups.
27+
> 1. Select the action group to view its details.
28+
> 1. Use the Resource Group Name, Action Group Name and Subscription Info here to form the ResourceID for the action group as shown here: <br>
2929
> `/subscriptions/<subscription-id-from-your-account>/resourcegroups/<resource-group-name>/providers/microsoft.insights/actiongroups/<action-group-name>`
3030
- The templates for alerts described here are defined generically for settings like Severity, Aggregation Granularity, Frequency of Evaluation, Condition Type, and so on. You can modify the settings after deployment to meet your needs. See [Understand how metric alerts work in Azure Monitor](../azure-monitor/alerts/alerts-metric-overview.md) for more information.
3131
- The templates for metric-based alerts use the **Dynamic threshold** value with [High sensitivity](../azure-monitor/alerts/alerts-dynamic-thresholds.md#what-does-sensitivity-setting-in-dynamic-thresholds-mean). You can choose to adjust these settings based on your needs.

0 commit comments

Comments
 (0)