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/azure-monitor/app/availability.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ To create an availability test, you must use an existing Application Insights re
88
88
89
89
You can use the following population tags for the geo-location attribute when you deploy an availability URL ping test by using Azure Resource Manager.
@@ -109,7 +109,7 @@ You can use the following population tags for the geo-location attribute when yo
109
109
| West US | us-ca-sjc-azr |
110
110
| UK South | emea-ru-msa-edge |
111
111
112
-
**Azure Government**
112
+
##### Azure Government
113
113
114
114
| Display name | Population name |
115
115
|----------------|---------------------|
@@ -119,7 +119,7 @@ You can use the following population tags for the geo-location attribute when yo
119
119
| USDoD East | usgov-ddeast-azr |
120
120
| USDoD Central | usgov-ddcentral-azr |
121
121
122
-
**Microsoft Azure operated by 21Vianet**
122
+
##### Microsoft Azure operated by 21Vianet
123
123
124
124
| Display name | Population name |
125
125
|----------------|---------------------|
@@ -329,8 +329,6 @@ public async static Task RunAvailabilityTestAsync(ILogger log)
329
329
330
330
## Availability alerts
331
331
332
-
[Application Insights](app-insights-overview.md) availability tests send web requests to your application at regular intervals from points around the world. You can receive alerts if your application isn't responding or if it responds too slowly.
333
-
334
332
### Enable alerts
335
333
336
334
Alerts are now automatically enabled by default, but to fully configure an alert, you must initially create your availability test.
@@ -366,27 +364,25 @@ If you need advanced capabilities, you can create a custom alert rule on the **
366
364
367
365
A custom alert rule offers higher values for the aggregation period (up to 24 hours instead of 6 hours) and the test frequency (up to 1 hour instead of 15 minutes). It also adds options to further define the logic by selecting different operators, aggregation types, and threshold values.
368
366
369
-
-**Alert on X out of Y locations reporting failures**: The X out of Y locations alert rule is enabled by default in the [new unified alerts experience](../alerts/alerts-overview.md) when you create a new availability test. You can opt out by selecting the "classic" option or by choosing to disable the alert rule. Configure the action groups to receive notifications when the alert triggers by following the preceding steps. Without this step, you'll only receive in-portal notifications when the rule triggers.
370
-
371
-
-**Alert on availability metrics**: By using the [new unified alerts](../alerts/alerts-overview.md), you can alert on segmented aggregate availability and test duration metrics too:
367
+
***Alert on X out of Y locations reporting failures**: The X out of Y locations alert rule is enabled by default in the [new unified alerts experience](../alerts/alerts-overview.md) when you create a new availability test. You can opt out by selecting the "classic" option or by choosing to disable the alert rule. Configure the action groups to receive notifications when the alert triggers by following the preceding steps. Without this step, you'll only receive in-portal notifications when the rule triggers.
372
368
373
-
1. Select an Application Insights resource in the **Metrics** experience, and select an **Availability** metric.
369
+
***Alert on availability metrics**: By using the [new unified alerts](../alerts/alerts-overview.md), you can alert on segmented aggregate availability and test duration metrics too:
374
370
375
-
1. The **Configure alerts** option from the menu takes you to the new experience where you can select specific tests or locations on which to set up alert rules. You can also configure the action groups for this alert rule here.
371
+
1. Select an Application Insights resource in the **Metrics** experience, and select an **Availability** metric.
372
+
373
+
1. The **Configure alerts** option from the menu takes you to the new experience where you can select specific tests or locations on which to set up alert rules. You can also configure the action groups for this alert rule here.
376
374
377
-
-**Alert on custom analytics queries**: By using the [new unified alerts](../alerts/alerts-overview.md), you can alert on [custom log queries](../alerts/alerts-types.md#log-alerts). With custom queries, you can alert on any arbitrary condition that helps you get the most reliable signal of availability issues. It's also applicable if you're sending custom availability results by using the TrackAvailability SDK.
375
+
***Alert on custom analytics queries**: By using the [new unified alerts](../alerts/alerts-overview.md), you can alert on [custom log queries](../alerts/alerts-types.md#log-alerts). With custom queries, you can alert on any arbitrary condition that helps you get the most reliable signal of availability issues. It's also applicable if you're sending custom availability results by using the TrackAvailability SDK.
378
376
379
-
The metrics on availability data include any custom availability results you might be submitting by calling the TrackAvailability SDK. You can use the alerting on metrics support to alert on custom availability results.
377
+
The metrics on availability data include any custom availability results you might be submitting by calling the TrackAvailability SDK. You can use the alerting on metrics support to alert on custom availability results.
380
378
381
379
### Automate alerts
382
380
383
381
To automate this process with Azure Resource Manager templates, see [Create a metric alert with an Azure Resource Manager template](../alerts/alerts-metric-create-templates.md#template-for-an-availability-test-along-with-a-metric-alert).
384
382
385
383
## See your availability test results
386
384
387
-
Availability test results can be visualized with both **Line** and **Scatter Plot** views.
388
-
389
-
After a few minutes, select **Refresh** to see your test results.
385
+
Availability test results can be visualized with both **Line** and **Scatter Plot** views. After a few minutes, select **Refresh** to see your test results.
390
386
391
387
### Check availability
392
388
@@ -794,4 +790,4 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
0 commit comments