Skip to content

Commit 3ef4513

Browse files
authored
Merge pull request #3 from jaesoni/patch-1
Updated article
2 parents 2665214 + b27235d commit 3ef4513

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

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

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ You can use ARM templates to quickly configure important alerts for Application
2020
- 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:
2121
:::image type="content" source="media/configure-alerts-with-templates/alert-pricing.png" alt-text="Image showing application gateway pricing details":::
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).
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>
29+
> `/subscriptions/<subscription-id-from-your-account>/resourcegroups/<resource-group-name>/providers/microsoft.insights/actiongroups/<action-group-name>`
2330
- 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.
2431
- 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.
2532

@@ -29,38 +36,33 @@ The following ARM templates are available to configure Azure Monitor alerts for
2936

3037
### Alert for Backend Response Status as 5xx
3138

39+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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+
3241
This notification is based on Metrics signal.
3342

34-
<Deploy to Azure>
43+
### Alert for average Unhealthy Host Count
3544

36-
### Alert for average unhealthy host count
45+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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)
3746

3847
This notification is based on Metrics signal.
3948

40-
<Deploy to Azure>
41-
4249
### Alert for Backend Last Byte Response Time
4350

44-
This notification is based on Metrics signal.
51+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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)
4552

46-
<Deploy to Azure>
53+
This notification is based on Metrics signal.
4754

4855
### Alert for Key Vault integration issues
4956

50-
Based on its Azure Advisor recommendation.
51-
52-
<Deploy to Azure>
53-
54-
### Alert for Insufficient Instances to support traffic
57+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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)
5558

5659
This notification is based on its Azure Advisor recommendation.
5760

58-
<Deploy to Azure>
5961

6062
## Next steps
6163

6264
<!-- Add additional links. You can change the wording of these and add more if useful. -->
6365

6466
- 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.
6567

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

Comments
 (0)