Skip to content

Commit 9eefb35

Browse files
committed
Pushing again since build didn't run
1 parent 7bf0c1e commit 9eefb35

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To create an availability test, you must use an existing Application Insights re
8888

8989
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.
9090

91-
**Azure**
91+
##### Azure
9292

9393
| Display name | Population name |
9494
|----------------------------------------|-------------------|
@@ -109,7 +109,7 @@ You can use the following population tags for the geo-location attribute when yo
109109
| West US | us-ca-sjc-azr |
110110
| UK South | emea-ru-msa-edge |
111111

112-
**Azure Government**
112+
##### Azure Government
113113

114114
| Display name | Population name |
115115
|----------------|---------------------|
@@ -119,7 +119,7 @@ You can use the following population tags for the geo-location attribute when yo
119119
| USDoD East | usgov-ddeast-azr |
120120
| USDoD Central | usgov-ddcentral-azr |
121121

122-
**Microsoft Azure operated by 21Vianet**
122+
##### Microsoft Azure operated by 21Vianet
123123

124124
| Display name | Population name |
125125
|----------------|---------------------|
@@ -329,8 +329,6 @@ public async static Task RunAvailabilityTestAsync(ILogger log)
329329

330330
## Availability alerts
331331

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-
334332
### Enable alerts
335333

336334
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 **
366364

367365
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.
368366

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.
372368

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:
374370

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.
376374

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.
378376

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.
380378

381379
### Automate alerts
382380

383381
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).
384382

385383
## See your availability test results
386384

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.
390386

391387
### Check availability
392388

@@ -794,4 +790,4 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
794790
795791
* [Troubleshooting](troubleshoot-availability.md)
796792
* [Web tests Azure Resource Manager template](/azure/templates/microsoft.insights/webtests?tabs=json)
797-
* [Web test REST API](/rest/api/application-insights/web-tests)
793+
* [Web test REST API](/rest/api/application-insights/web-tests)

0 commit comments

Comments
 (0)