title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
Configure Azure Monitor alerts for Application Gateway |
Learn how to use ARM templates to configure Azure Monitor alerts for Application Gateway |
jaesoni |
greglin |
application-gateway |
how-to |
03/03/2022 |
Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues in your system before your customers notice them. For more information about Azure Monitor Alerts for Application Gateway, see Monitoring Azure Application Gateway.
You can use ARM templates to quickly configure important alerts for Application Gateway. Before you begin, consider the following details:
- Azure Monitor alert rules are charged based on the type and number of signals it monitors. See Azure Monitor pricing before deploying for pricing information. Or you can see the estimated cost in the portal after deployment: :::image type="content" source="media/configure-alerts-with-templates/alert-pricing.png" alt-text="Image showing application gateway pricing details":::
- 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.
Tip
You can manually form the ResourceID for your Action Group by following these steps.
- Select Azure Monitor in your Azure portal.
- Open the Alerts page and select Action Groups.
- Select the action group to view its details.
- Use the Resource Group Name, Action Group Name and Subscription Info here to form the ResourceID for the action group as shown here:
/subscriptions/<subscription-id-from-your-account>/resourcegroups/<resource-group-name>/providers/microsoft.insights/actiongroups/<action-group-name>
- 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 for more information.
- The templates for metric-based alerts use the Dynamic threshold value with High sensitivity. You can choose to adjust these settings based on your needs.
The following ARM templates are available to configure Azure Monitor alerts for Application Gateway.
This notification is based on Metrics signal.
This notification is based on Metrics signal.
This notification is based on Metrics signal.
This notification is based on its Azure Advisor recommendation.
-
See Monitoring Application Gateway data reference for a reference of the metrics, logs, and other important values created by Application Gateway.
-
See Monitoring Azure resources with Azure Monitor for details on monitoring Azure resources.