Skip to content

Commit 98a59f0

Browse files
authored
Regional endpoints only support TLS 1.2
As Breeze 2.0 rolls out the regional endpoints will only support TLS 1.2 clients. We need to get this documented, similar to how we documented this for Live Metrics endpoint. As part of this change, adding a column to the IP list table that helps customers identify which of those endpoints are considered 'global' versus being 'regional'.
1 parent ff7dc1a commit 98a59f0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/azure-monitor/app/ip-addresses.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,22 @@ Alternatively, you can subscribe to this page as an RSS feed by adding https://g
2121

2222
You need to open some outgoing ports in your server's firewall to allow the Application Insights SDK or Status Monitor to send data to the portal.
2323

24-
| Purpose | URL | IP | Ports |
25-
| --- | --- | --- | --- |
26-
| Telemetry | dc.applicationinsights.azure.com<br/>dc.applicationinsights.microsoft.com<br/>dc.services.visualstudio.com<br/>*.in.applicationinsights.azure.com<br/><br/> || 443 |
27-
| Live Metrics | live.applicationinsights.azure.com<br/>rt.applicationinsights.microsoft.com<br/>rt.services.visualstudio.com<br/><br/>{region}.livediagnostics.monitor.azure.com<br/><br/>*Example for {region}: westus2<br/>Find all supported regions in [this table](#addresses-grouped-by-region-azure-public-cloud).*|20.49.111.32/29<br/>13.73.253.112/29| 443 |
24+
| Purpose | URL | Type | IP | Ports |
25+
| --- | --- | --- | --- | --- |
26+
| Telemetry | dc.applicationinsights.azure.com<br/>dc.applicationinsights.microsoft.com<br/>dc.services.visualstudio.com<br/>\*.in.applicationinsights.azure.com<br/><br/> |Global<br/>Global<br/>Global<br/>Regional<br/>|| 443 |
27+
| Live Metrics | live.applicationinsights.azure.com<br/>rt.applicationinsights.microsoft.com<br/>rt.services.visualstudio.com<br/><br/>{region}.livediagnostics.monitor.azure.com<br/><br/>*Example for {region}: westus2<br/>Find all supported regions in [this table](#addresses-grouped-by-region-azure-public-cloud).*|Global<br/>Global<br/>Global<br/><br/>Regional<br/>|20.49.111.32/29<br/>13.73.253.112/29| 443 |
2828

2929
> [!IMPORTANT]
3030
> For Live Metrics, it is *required* to add the list of IPs for the respective region aside from global IPs.
3131
3232
> [!NOTE]
3333
> These addresses are listed by using Classless Interdomain Routing notation. As an example, an entry like `51.144.56.112/28` is equivalent to 16 IPs that start at `51.144.56.112` and end at `51.144.56.127`.
3434
35+
> [!NOTE]
36+
> Application Insights connection-string based telemetry ingestion regional endpoints only support TLS 1.2. Telemetry global endpoints continue to support TLS 1.0 and TLS 1.1.
37+
>
38+
> As described in the [Azure TLS 1.2 migration announcement](https://azure.microsoft.com/updates/azuretls12/), Application Insights regional endpoints only support TLS 1.2. If you're using an older version of TLS, Application Insights will not ingest any telemetry. For applications based on .NET Framework see [Transport Layer Security (TLS) best practices with the .NET Framework](https://learn.microsoft.com/dotnet/framework/network-programming/tls) to support the newer TLS version.
39+
3540
## Status Monitor
3641

3742
Status Monitor configuration is needed only when you're making changes.

0 commit comments

Comments
 (0)