Skip to content

Commit e75c876

Browse files
author
amsliu
committed
AB#7264: Update diagnose-ping-test-failure.md
1 parent a3d609b commit e75c876

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

support/azure/azure-monitor/app-insights/availability/diagnose-ping-test-failure.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Diagnose problems that cause availability tests to fail in Application Insights
33
description: This article describes how to diagnose common issues that cause availability tests to fail in Application Insights.
4-
ms.date: 11/05/2024
4+
ms.date: 8/27/2025
55
editor: v-jsitser
6-
ms.reviewer: aaronmax, cogoodson, matthofa, v-leedennis, v-weizhu
6+
ms.reviewer: aaronmax, cogoodson, matthofa, v-leedennis, v-weizhu, v-liuamson
77
ms.service: azure-monitor
88
ms.custom: sap:Availability Tests
99
---
@@ -39,7 +39,7 @@ The following table lists the steps, error messages, and possible causes that yo
3939
| Connection reuse | No specific error message is returned for this issue. | The web test step is dependent on a previously established connection. Therefore, no DNS, connection or SSL step is required. |
4040
| DNS resolution | The remote name could not be resolved: "\<your-URL>" | The DNS resolution process fails. This most likely occurred because of misconfigured DNS records or temporary DNS server failures. |
4141
| Connection establishment | A connection attempt failed because the connected party did not properly respond after a period of time. | Your server doesn't respond to the HTTP request. A common cause is that a firewall on your server is blocking our test agents. To test within an Azure Virtual Network, add the Availability service tag to your environment.|
42-
| TLS transport | The client and server cannot communicate because they do not possess a common algorithm.| Only TLS 1.0, 1.1, and 1.2 are supported. SSL isn't supported. This step doesn't validate SSL certificates, it only establishes a secure connection. This step appears only if an error occurs. |
42+
| TLS transport | The client and server cannot communicate because they do not possess a common algorithm.| Only TLS 1.2, and 1.3 are supported. SSL isn't supported. This step doesn't validate SSL certificates, it only establishes a secure connection. This step appears only if an error occurs. |
4343
| Receiving response header | Unable to read data from the transport connection. The connection was closed. | Your server commits a protocol error in the response header. For example, your server closes the connection if the response isn't fully read. |
4444
| Receiving response body | Unable to read data from the transport connection: The connection was closed. | Your server commits a protocol error in the response body. For example, your server closes the connection if the response isn't fully read, or the chunk size is wrong in the chunked response body. |
4545
| Redirect limit validation | This webpage has too many redirects. This loop will be terminated here since this request exceeded the limit for auto redirects. | Redirects are limited to 10 per test. |
@@ -48,6 +48,10 @@ The following table lists the steps, error messages, and possible causes that yo
4848
|Missing test results in Azure portal|No specific error message is returned for this issue. Test results are missing in the Azure portal when viewing the end-to-end transaction details of an availability test. |Non-UTF8 characters aren't supported for viewing web test results. Ensure there are no non-UTF8 characters in the response from the endpoint that's called using the availability test.|
4949
|Unsupported URL|This URL is not supported|<p>Availability tests only allow communicating over publicly available IP addresses and hostnames. This error might occur when you try to communicate with an internal IP address that isn't routable via the public internet.</p> <p>To resolve this error, ensure only public IP addresses are defined in your web test and that any DNS lookups your web test depends on return only valid publicly routable IP addresses.</p>|
5050

51+
Some regions restrict the use of TLS 1.3 or certain features such as Encrypted Server Name Indication (ESNI). If you experience connectivity issues in these regions, try using an earlier version of TLS, such as TLS 1.2. For details about TLS 1.3 support, see [RFC 8446](https://datatracker.ietf.org/doc/html/rfc8446). To learn more about the supported regions, see: [Supported TLS configurations](/azure/azure-monitor/app/availability?tabs=standard#supported-tls-configurations).
52+
53+
If you're unable to connect from certain regions, the issue might be related to local restrictions on TLS 1.3 or ESNI. To work around this limitation, use TLS 1.2.
54+
5155
> [!NOTE]
5256
> If the connection reuse step is present, then the following steps won't be present:
5357
>

0 commit comments

Comments
 (0)