You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
31
+
| 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|Global<br/>Global<br/>Global<br/><br/>Regional<br/>|20.49.111.32/29<br/>13.73.253.112/29| 443 |
32
32
33
33
> [!NOTE]
34
34
> Application Insights ingestion endpoints are IPv4 only.
35
35
36
-
> [!IMPORTANT]
37
-
> For Live Metrics, it is *required* to add the list of [IPs for the respective region](#addresses-grouped-by-region-azure-public-cloud) aside from global IPs.
38
-
39
36
## Application Insights Agent
40
37
41
38
Application Insights Agent configuration is needed only when you're making changes.
@@ -53,117 +50,7 @@ Application Insights Agent configuration is needed only when you're making chang
53
50
54
51
## Availability tests
55
52
56
-
This is the list of addresses from which [availability web tests](./app/availability-overview.md) are run. If you want to run web tests on your app but your web server is restricted to serving specific clients, you must permit incoming traffic from our availability test servers.
57
-
58
-
> [!NOTE]
59
-
> For resources located inside private virtual networks that can't allow direct inbound communication with the availability test agents in public Azure, the only option is to [create and host your own custom availability tests](app/availability-azure-functions.md#review-trackavailability-test-results).
60
-
61
-
### Service tag
62
-
63
-
If you're using Azure network security groups, add an *inbound port rule* to allow traffic from Application Insights availability tests. Select **Service Tag** as the **Source** and **ApplicationInsightsAvailability** as the **Source service tag**.
64
-
65
-
>[!div class="mx-imgBorder"]
66
-
>:::image type="content" source="./app/media/ip-addresses/add-inbound-security-rule.png" lightbox="./app/media/ip-addresses/add-inbound-security-rule.png" alt-text="Screenshot that shows selecting Inbound security rules and then selecting Add.":::
67
-
68
-
>[!div class="mx-imgBorder"]
69
-
>:::image type="content" source="./app/media/ip-addresses/add-inbound-security-rule2.png" lightbox="./app/media/ip-addresses/add-inbound-security-rule2.png" alt-text="Screenshot that shows the Add inbound security rule tab.":::
70
-
71
-
Open port 80 (HTTP) and port 443 (HTTPS) for incoming traffic from these addresses. IP addresses are grouped by location.
72
-
73
-
> [!NOTE]
74
-
> Validate your Azure App Service access restrictions, as you might need to also enable access for availability test IP addresses. For more information, see [Azure App Service access restrictions](../app-service/overview-access-restrictions.md).
75
-
76
-
### IP addresses
77
-
78
-
If you're looking for the actual IP addresses so that you can add them to the list of allowed IPs in your firewall, download the JSON file that describes Azure IP ranges. These files contain the most up-to-date information. After you download the appropriate file, open it by using your favorite text editor. Search for **ApplicationInsightsAvailability** to go straight to the section of the file that describes the service tag for availability tests.
79
-
80
-
For Azure public cloud, you need to allow both the global IP ranges and the ones specific for the region of your Application Insights resource which receives live data. You can find the global IP ranges in the [Outgoing ports](#outgoing-ports) table at the top of this document, and the regional IP ranges in the [Addresses grouped by region](#addresses-grouped-by-region-azure-public-cloud) table below.
81
-
82
-
#### Azure public cloud
83
-
84
-
Download [public cloud IP addresses](https://www.microsoft.com/download/details.aspx?id=56519).
85
-
86
-
#### Azure US Government cloud
87
-
88
-
Download [US Government cloud IP addresses](https://www.microsoft.com/download/details.aspx?id=57063).
89
-
90
-
#### Microsoft Azure operated by 21Vianet cloud
91
-
92
-
Download [China cloud IP addresses](https://www.microsoft.com/download/details.aspx?id=57062).
93
-
94
-
#### Addresses grouped by region (Azure public cloud)
95
-
96
-
Add the subdomain of the corresponding region to the Live Metrics URL from the [Outgoing ports](#outgoing-ports) table.
97
-
98
-
> [!NOTE]
99
-
> As described in the [Azure TLS 1.2 migration announcement](https://azure.microsoft.com/updates/azuretls12/), Application Insights connection-string based regional telemetry endpoints only support TLS 1.2. Global telemetry endpoints continue to support TLS 1.0 and TLS 1.1.
100
-
>
101
-
> 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](/dotnet/framework/network-programming/tls) to support the newer TLS version.
|United Arab Emirates|UAE Central|TBD|20.45.95.68/31<br/><br/>|
162
-
|United States|West Central US|TBD|52.150.154.24/29<br/><br/>|
163
-
164
-
### Discovery API
165
-
166
-
You might also want to [programmatically retrieve](../virtual-network/service-tags-overview.md#use-the-service-tag-discovery-api) the current list of service tags together with IP address range details.
53
+
For more information on availability tests, see [Private availability testing](./app/availability-private-test.md).
0 commit comments