Skip to content

Commit 6f4656d

Browse files
committed
Moving AzMon IP Address info article
1 parent d3d9e52 commit 6f4656d

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The logic model diagram visualizes components of Application Insights and how th
4949
:::image type="content" source="media/app-insights-overview/app-insights-overview-blowout.svg" alt-text="Diagram that shows the path of data as it flows through the layers of the Application Insights service." lightbox="media/app-insights-overview/app-insights-overview-blowout.svg":::
5050

5151
> [!Note]
52-
> Firewall settings must be adjusted for data to reach ingestion endpoints. For more information, see [IP addresses used by Azure Monitor](./ip-addresses.md).
52+
> Firewall settings must be adjusted for data to reach ingestion endpoints. For more information, see [IP addresses used by Azure Monitor](../ip-addresses.md).
5353
5454
---------------------------
5555
## Supported languages

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This section provides answers to common questions.
4545

4646
Our [web tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) run on points of presence that are distributed around the globe. There are two solutions:
4747

48-
* **Firewall door**: Allow requests to your server from [the long and changeable list of web test agents](./ip-addresses.md).
48+
* **Firewall door**: Allow requests to your server from [the long and changeable list of web test agents](../ip-addresses.md).
4949
* **Custom code**: Write your own code to send periodic requests to your server from inside your intranet. You could run Visual Studio web tests for this purpose. The tester could send the results to Application Insights by using the `TrackAvailability()` API.
5050

5151
## Next steps

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ For more information, see the [Authentication](./azure-ad-authentication.md) doc
802802

803803
## HTTP proxy
804804

805-
If your application is behind a firewall and can't connect directly to Application Insights, refer to [IP addresses used by Application Insights](./ip-addresses.md).
805+
If your application is behind a firewall and can't connect directly to Application Insights, refer to [IP addresses used by Application Insights](../ip-addresses.md).
806806

807807
To work around this issue, you can configure Application Insights Java 3.x to use an HTTP proxy.
808808

articles/azure-monitor/app/live-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Basic metrics include request, dependency, and exception rate. Performance metri
407407

408408
## Troubleshooting
409409

410-
Live Metrics uses different IP addresses than other Application Insights telemetry. Make sure [those IP addresses](./ip-addresses.md) are open in your firewall. Also check that [outgoing ports for Live Metrics](./ip-addresses.md#outgoing-ports) are open in the firewall of your servers.
410+
Live Metrics uses different IP addresses than other Application Insights telemetry. Make sure [those IP addresses](../ip-addresses.md) are open in your firewall. Also check that [outgoing ports for Live Metrics](../ip-addresses.md#outgoing-ports) are open in the firewall of your servers.
411411

412412
As described in the [Azure TLS 1.2 migration announcement](https://azure.microsoft.com/updates/azuretls12/), Live Metrics now only supports TLS 1.2. If you're using an older version of TLS, Live Metrics doesn't display any data. For applications based on .NET Framework 4.5.1, see [Enable Transport Layer Security (TLS) 1.2 on clients - Configuration Manager](/mem/configmgr/core/plan-design/security/enable-tls-1-2-client#bkmk_net) to support the newer TLS version.
413413

articles/azure-monitor/app/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Because the SDK batches data for submission, there might be a delay before items
8787

8888
* Continue to use the application. Take more actions to generate more telemetry.
8989
* Select **Refresh** in the portal resource view. Charts periodically refresh on their own, but manually refreshing forces them to refresh immediately.
90-
* Verify that [required outgoing ports](./ip-addresses.md) are open.
90+
* Verify that [required outgoing ports](../ip-addresses.md) are open.
9191
* Use [Search](./transaction-search-and-diagnostics.md?tabs=transaction-search) to look for specific events.
9292
* Check the [FAQ][FAQ].
9393

articles/azure-monitor/app/sdk-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Scenarios most affected by this change:
2525

2626
- Firewall exceptions or proxy redirects:
2727

28-
In cases where monitoring for intranet web server is required, our earlier solution asked you to add individual service endpoints to your configuration. For more information, see the [Can I monitor an intranet web server?](./ip-addresses.md#can-i-monitor-an-intranet-web-server). Connection strings offer a better alternative by reducing this effort to a single setting. A simple prefix, suffix amendment, allows automatic population and redirection of all endpoints to the right services.
28+
In cases where monitoring for intranet web server is required, our earlier solution asked you to add individual service endpoints to your configuration. For more information, see the [Can I monitor an intranet web server?](../ip-addresses.md#can-i-monitor-an-intranet-web-server). Connection strings offer a better alternative by reducing this effort to a single setting. A simple prefix, suffix amendment, allows automatic population and redirection of all endpoints to the right services.
2929

3030
- Sovereign or hybrid cloud environments:
3131

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: IP addresses used by Azure Monitor | Microsoft Docs
33
description: This article discusses server firewall exceptions that are required by Azure Monitor
44
ms.topic: reference
55
ms.date: 11/15/2023
6+
ms.servce: azure-monitor
7+
ms.author: aaronmax
68
ms.reviewer: saars
9+
Author: AaronMaxwell
710
---
811

912
# IP addresses used by Azure Monitor
1013

1114
[Azure Monitor](../overview.md) uses several IP addresses. Azure Monitor is made up of core platform metrics and logs in addition to Log Analytics and Application Insights. You might need to know IP addresses if the app or infrastructure that you're monitoring is hosted behind a firewall.
1215

13-
:::image type="content" source="/troubleshoot/azure/azure-monitor/app-insights/media/investigate-missing-telemetry/telemetry-processing-pipeline.png" alt-text="A diagram illustrating the ingestion flow of telemetry" lightbox="/troubleshoot/azure/azure-monitor/app-insights/media/investigate-missing-telemetry/telemetry-processing-pipeline.png":::
14-
1516
> [!NOTE]
1617
> Although these addresses are static, it's possible that we'll need to change them from time to time. All Application Insights traffic represents outbound traffic with the exception of availability monitoring and webhook action groups, which also require inbound firewall rules.
1718
@@ -195,11 +196,13 @@ The *.loganalytics.io domain is owned by the Log Analytics team.
195196
| Application Insights extension CDN | insightsportal-prod2-cdn.aisvc.visualstudio.com<br/>insightsportal-prod2-asiae-cdn.aisvc.visualstudio.com<br/>insightsportal-cdn-aimon.applicationinsights.io | dynamic | 80,443 |
196197

197198
## Application Insights SDKs
198-
199+
:::image type="content" source="/troubleshoot/azure/azure-monitor/app-insights/media/investigate-missing-telemetry/telemetry-processing-pipeline.png" alt-text="A diagram illustrating the ingestion flow of telemetry" lightbox="/troubleshoot/azure/azure-monitor/app-insights/media/investigate-missing-telemetry/telemetry-processing-pipeline.png":::sdks
199200
| Purpose | URI | IP | Ports |
200201
| --- | --- | --- | --- |
201202
| Application Insights JS SDK CDN | az416426.vo.msecnd.net<br/>js.monitor.azure.com | dynamic | 80,443 |
202203

204+
:::image type="content" source="/troubleshoot/azure/azure-monitor/app-insights/media/investigate-missing-telemetry/telemetry-processing-pipeline.png" alt-text="A diagram illustrating the ingestion flow of telemetry" lightbox="/troubleshoot/azure/azure-monitor/app-insights/media/investigate-missing-telemetry/telemetry-processing-pipeline.png":::
205+
203206
## Action group webhooks
204207

205208
You can query the list of IP addresses used by action groups by using the [Get-AzNetworkServiceTag PowerShell command](/powershell/module/az.network/Get-AzNetworkServiceTag).

0 commit comments

Comments
 (0)