Skip to content

Commit c799cb0

Browse files
authored
Merge pull request #273644 from AaronMaxwell/aaronmax-availability-freshness-updates
Freshness updates
2 parents 6380d89 + 9f75331 commit c799cb0

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

articles/azure-monitor/app/availability-alerts.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: Set up availability alerts with Application Insights
33
description: Learn how to set up web tests in Application Insights. Get alerts if a website becomes unavailable or responds slowly.
44
ms.topic: conceptual
5-
ms.date: 03/22/2023
6-
ms.reviewer: sdash
7-
5+
ms.date: 04/28/2024
6+
ms.reviewer: cogoodson
87
---
98

109
# Availability alerts
@@ -30,13 +29,13 @@ Alerts are now automatically enabled by default, but to fully configure an alert
3029

3130
Automatically enabled availability alerts trigger an email when the endpoint you've defined is unavailable and when it's available again. Availability alerts that are created through this experience are state based. When the alert criteria are met, a single alert gets generated when the website is detected as unavailable. If the website is still down the next time the alert criteria is evaluated, it won't generate a new alert.
3231

33-
For example, suppose that your website is down for an hour and you've set up an email alert with an evaluation frequency of 15 minutes. You'll only receive an email when the website goes down and another email when it's back up. You won't receive continuous alerts every 15 minutes to remind you that the website is still unavailable.
32+
For example, suppose that your website is down for an hour and you've set up an email alert with an evaluation frequency of 15 minutes. You'll only receive an email when the website goes down and another email when it's back online. You won't receive continuous alerts every 15 minutes to remind you that the website is still unavailable.
3433

3534
You might not want to receive notifications when your website is down for only a short period of time, for example, during maintenance. You can change the evaluation frequency to a higher value than the expected downtime, up to 15 minutes. You can also increase the alert location threshold so that it only triggers an alert if the website is down for a specific number of regions. For longer scheduled downtimes, temporarily deactivate the alert rule or create a custom rule. It gives you more options to account for the downtime.
3635

3736
#### Change the alert criteria
3837

39-
To make changes to the location threshold, aggregation period, and test frequency, select the condition on the edit page of the alert rule to open the **Configure signal logic** window.
38+
To make changes to the location threshold, aggregation period, and test frequency, select the condition on the edit page of the alert rule to open the "**Configure signal logic**" window.
4039

4140
### Create a custom alert rule
4241

articles/azure-monitor/app/availability-azure-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Review TrackAvailability() test results
33
description: This article explains how to review data logged by TrackAvailability() tests
44
ms.topic: conceptual
5-
ms.date: 11/02/2023
5+
ms.date: 04/28/2024
6+
ms.reviewer: cogoodson
67
---
78

89
# Review TrackAvailability() test results

articles/azure-monitor/app/availability-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Application Insights availability tests
33
description: Set up recurring web tests to monitor availability and responsiveness of your app or website.
44
ms.topic: conceptual
5-
ms.date: 12/15/2023
6-
ms.reviewer: shyamala
5+
ms.date: 04/28/2024
6+
ms.reviewer: cogoodson
77
---
88

99
# Application Insights availability tests

articles/azure-monitor/app/availability-private-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Private availability testing - Azure Monitor Application Insights
33
description: Learn how to use availability tests on internal servers that run behind a firewall with private testing.
44
ms.topic: conceptual
5-
ms.date: 03/22/2023
6-
ms.reviewer: shyamala
5+
ms.date: 04/28/2024
6+
ms.reviewer: cogoodson
77
---
88

99
# Private testing

articles/azure-monitor/app/availability-standard-tests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Availability Standard test - Azure Monitor Application Insights
33
description: Set up Standard tests in Application Insights to check for availability of a website with a single request test.
44
ms.topic: conceptual
55
ms.date: 09/12/2023
6+
ms.reviewer: cogoodson
67
---
78

89
# Standard test
@@ -33,7 +34,7 @@ To create a Standard test:
3334
| **SSL certificate validation test** | You can verify the SSL certificate on your website to make sure it's correctly installed, valid, trusted, and doesn't give any errors to any of your users. |
3435
| **Proactive lifetime check** | This setting enables you to define a set time period before your SSL certificate expires. After it expires, your test will fail. |
3536
|**Test frequency**| Sets how often the test is run from each test location. With a default frequency of five minutes and five test locations, your site is tested on average every minute.|
36-
|**Test locations**| The places from where our servers send web requests to your URL. *Our minimum number of recommended test locations is five* to ensure that you can distinguish problems in your website from network issues. You can select up to 16 locations.|
37+
|**Test locations**| Our servers send web requests to your URL from these locations. *Our minimum number of recommended test locations is five* to ensure that you can distinguish problems in your website from network issues. You can select up to 16 locations.|
3738
| **Custom headers** | Key value pairs that define the operating parameters. |
3839
| **HTTP request verb** | Indicate what action you want to take with your request. |
3940
| **Request body** | Custom data associated with your HTTP request. You can upload your own files, enter your content, or disable this feature. |
100 KB
Loading

articles/azure-monitor/app/sla-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Downtime, SLA, and outages workbook - Application Insights
33
description: Calculate and report SLA for web test through a single pane of glass across your Application Insights resources and Azure subscriptions.
44
ms.topic: conceptual
5-
ms.date: 03/22/2023
6-
ms.reviwer: casocha
5+
ms.date: 04/28/2024
6+
ms.reviewer: cogoodson
77
---
88

99
# Downtime, SLA, and outages workbook

0 commit comments

Comments
 (0)