You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/configure-alerts-with-templates.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,13 @@ You can use ARM templates to quickly configure important alerts for Application
20
20
- Azure Monitor alert rules are charged based on the type and number of signals it monitors. See [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/) before deploying for pricing information. Or you can see the estimated cost in the portal after deployment:
- 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).
23
+
>[!TIP]
24
+
> 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>
- 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.
24
31
- 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.
25
32
@@ -29,38 +36,33 @@ The following ARM templates are available to configure Azure Monitor alerts for
29
36
30
37
### Alert for Backend Response Status as 5xx
31
38
39
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fag-alert-backend-5xx%2Fazuredeploy.json)
40
+
32
41
This notification is based on Metrics signal.
33
42
34
-
<DeploytoAzure>
43
+
### Alert for average Unhealthy Host Count
35
44
36
-
### Alert for average unhealthyhost count
45
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fag-alert-unhealthy-host%2Fazuredeploy.json)
37
46
38
47
This notification is based on Metrics signal.
39
48
40
-
<DeploytoAzure>
41
-
42
49
### Alert for Backend Last Byte Response Time
43
50
44
-
This notification is based on Metrics signal.
51
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fag-alert-backend-lastbyte-resp%2Fazuredeploy.json)
45
52
46
-
<DeploytoAzure>
53
+
This notification is based on Metrics signal.
47
54
48
55
### Alert for Key Vault integration issues
49
56
50
-
Based on its Azure Advisor recommendation.
51
-
52
-
<DeploytoAzure>
53
-
54
-
### Alert for Insufficient Instances to support traffic
57
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fag-alert-keyvault-advisor%2Fazuredeploy.json)
55
58
56
59
This notification is based on its Azure Advisor recommendation.
57
60
58
-
<DeploytoAzure>
59
61
60
62
## Next steps
61
63
62
64
<!-- Add additional links. You can change the wording of these and add more if useful. -->
63
65
64
66
- See [Monitoring Application Gateway data reference](monitor-application-gateway-reference.md) for a reference of the metrics, logs, and other important values created by Application Gateway.
65
67
66
-
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
68
+
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
0 commit comments