Skip to content

Commit 816ab6a

Browse files
authored
Moving alerts section and changing formatting
1 parent 03bdbf0 commit 816ab6a

File tree

1 file changed

+59
-58
lines changed

1 file changed

+59
-58
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -77,61 +77,10 @@ There are four types of availability tests:
7777

7878
| Setting | Description |
7979
|--------|--------------|
80-
| **Test timeout** |Decrease this value to be alerted about slow responses. The test is counted as a failure if the responses from your site haven't been received within this period. If you selected **Parse dependent requests**, all the images, style files, scripts, and other dependent resources must have been received within this period. |
80+
| **Test timeout** | Decrease this value to be alerted about slow responses. The test is counted as a failure if the responses from your site haven't been received within this period. If you selected **Parse dependent requests**, all the images, style files, scripts, and other dependent resources must have been received within this period. |
8181
| **HTTP response** | The returned status code that's counted as a success. The number 200 is the code that indicates that a normal webpage has been returned. |
8282
| **Content match** | A string, like "Welcome!" We test that an exact case-sensitive match occurs in every response. It must be a plain string, without wildcards. Don't forget that if your page content changes, you might have to update it. *Only English characters are supported with content match.* |
8383

84-
### Alerts
85-
86-
| Setting | Description |
87-
|---------|-------------|
88-
| **Near real time** | We recommend using near real time alerts. Configuring this type of alert is done after your availability test is created. |
89-
| **Alert location threshold** |We recommend a minimum of 3/5 locations. The optimal relationship between alert location threshold and the number of test locations is **alert location threshold** = **number of test locations - 2, with a minimum of five test locations.** |
90-
91-
### Location population tags
92-
93-
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.
94-
95-
#### Azure
96-
97-
| Display name | Population name |
98-
|----------------------------------------|-------------------|
99-
| Australia East | emea-au-syd-edge |
100-
| Brazil South | latam-br-gru-edge |
101-
| Central US | us-fl-mia-edge |
102-
| East Asia | apac-hk-hkn-azr |
103-
| East US | us-va-ash-azr |
104-
| France South (Formerly France Central) | emea-ch-zrh-edge |
105-
| France Central | emea-fr-pra-edge |
106-
| Japan East | apac-jp-kaw-edge |
107-
| North Europe | emea-gb-db3-azr |
108-
| North Central US | us-il-ch1-azr |
109-
| South Central US | us-tx-sn1-azr |
110-
| Southeast Asia | apac-sg-sin-azr |
111-
| UK West | emea-se-sto-edge |
112-
| West Europe | emea-nl-ams-azr |
113-
| West US | us-ca-sjc-azr |
114-
| UK South | emea-ru-msa-edge |
115-
116-
#### Azure Government
117-
118-
| Display name | Population name |
119-
|----------------|---------------------|
120-
| USGov Virginia | usgov-va-azr |
121-
| USGov Arizona | usgov-phx-azr |
122-
| USGov Texas | usgov-tx-azr |
123-
| USDoD East | usgov-ddeast-azr |
124-
| USDoD Central | usgov-ddcentral-azr |
125-
126-
#### Microsoft Azure operated by 21Vianet
127-
128-
| Display name | Population name |
129-
|----------------|---------------------|
130-
| China East | mc-cne-azr |
131-
| China East 2 | mc-cne2-azr |
132-
| China North | mc-cnn-azr |
133-
| China North 2 | mc-cnn2-azr |
134-
13584
## [TrackAvailability()](#tab/track)
13685

13786
> [!IMPORTANT]
@@ -157,18 +106,19 @@ You can use the following population tags for the geo-location attribute when yo
157106

158107
1. Create an Azure Functions resource.
159108

160-
If you already have an Application Insights resource:
109+
* **If you already have an Application Insights resource:**
161110

162-
* By default, Azure Functions creates an Application Insights resource. But if you want to use a resource you created previously, you must specify that during creation.
111+
By default, Azure Functions creates an Application Insights resource. If you want to use a resource you created previously, you must specify that during creation.
163112

164-
* Follow the instructions on how to [create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app) with the following modification:
113+
Follow the instructions on how to [create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app) with the following modification:
165114

166-
On the **Monitoring** tab, select the **Application Insights** dropdown box and then enter or select the name of your resource.
115+
On the **Monitoring** tab, select the **Application Insights** dropdown box and then enter or select the name of your resource:
167116

168117
:::image type="content" source="media/availability-azure-functions/app-insights-resource.png" alt-text="Screenshot that shows selecting your existing Application Insights resource on the Monitoring tab.":::
169118

170-
* If you don't have an Application Insights resource created yet for your timer-triggered function:
171-
* By default, when you're creating your Azure Functions application, it creates an Application Insights resource for you. Follow the instructions on how to [create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app).
119+
* **If you don't have an Application Insights resource created yet for your timer-triggered function:**
120+
121+
By default, when you're creating your Azure Functions application, it creates an Application Insights resource for you. Follow the instructions on how to [create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app).
172122

173123
> [!NOTE]
174124
> You can host your functions on a Consumption, Premium, or App Service plan. If you're testing behind a virtual network or testing nonpublic endpoints, you'll need to use the Premium plan in place of the Consumption plan. Select your plan on the **Hosting** tab. Ensure the latest .NET version is selected when you create the function app.
@@ -339,8 +289,59 @@ public async static Task RunAvailabilityTestAsync(ILogger log)
339289

340290
---
341291

292+
293+
342294
## Availability alerts
343295

296+
| Setting | Description |
297+
|---------|-------------|
298+
| **Near real time** | We recommend using near real time alerts. Configuring this type of alert is done after your availability test is created. |
299+
| **Alert location threshold** |We recommend a minimum of 3/5 locations. The optimal relationship between alert location threshold and the number of test locations is **alert location threshold** = **number of test locations - 2, with a minimum of five test locations.** |
300+
301+
### Location population tags
302+
303+
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.
304+
305+
#### Azure
306+
307+
| Display name | Population name |
308+
|----------------------------------------|-------------------|
309+
| Australia East | emea-au-syd-edge |
310+
| Brazil South | latam-br-gru-edge |
311+
| Central US | us-fl-mia-edge |
312+
| East Asia | apac-hk-hkn-azr |
313+
| East US | us-va-ash-azr |
314+
| France South (Formerly France Central) | emea-ch-zrh-edge |
315+
| France Central | emea-fr-pra-edge |
316+
| Japan East | apac-jp-kaw-edge |
317+
| North Europe | emea-gb-db3-azr |
318+
| North Central US | us-il-ch1-azr |
319+
| South Central US | us-tx-sn1-azr |
320+
| Southeast Asia | apac-sg-sin-azr |
321+
| UK West | emea-se-sto-edge |
322+
| West Europe | emea-nl-ams-azr |
323+
| West US | us-ca-sjc-azr |
324+
| UK South | emea-ru-msa-edge |
325+
326+
#### Azure Government
327+
328+
| Display name | Population name |
329+
|----------------|---------------------|
330+
| USGov Virginia | usgov-va-azr |
331+
| USGov Arizona | usgov-phx-azr |
332+
| USGov Texas | usgov-tx-azr |
333+
| USDoD East | usgov-ddeast-azr |
334+
| USDoD Central | usgov-ddcentral-azr |
335+
336+
#### Microsoft Azure operated by 21Vianet
337+
338+
| Display name | Population name |
339+
|----------------|---------------------|
340+
| China East | mc-cne-azr |
341+
| China East 2 | mc-cne2-azr |
342+
| China North | mc-cnn-azr |
343+
| China North 2 | mc-cnn2-azr |
344+
344345
### Enable alerts
345346

346347
Alerts are now automatically enabled by default, but to fully configure an alert, you must initially create your availability test.

0 commit comments

Comments
 (0)