Skip to content

Commit bf487b3

Browse files
authored
Merge pull request #9170 from MicrosoftDocs/main
Auto push to live 2025-06-20 02:33:20
2 parents 2c2d7e7 + 1e3dfc0 commit bf487b3

12 files changed

+86
-1
lines changed

support/azure/azure-monitor/app-insights/data/how-to-update-third-party-server-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
88
---
99
# How to update third-party server configuration
1010

11+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
12+
1113
The server side must be able to accept connections that have certain headers. Depending on the `Access-Control-Allow-Headers` configuration on the server side, it's often necessary to extend the server-side list by manually adding the `Request-Id`, `Request-Context`, and `traceparent` (W3C distributed header) headers. For example, the configuration might resemble the following text:
1214

1315
`Access-Control-Allow-Headers: Request-Id, traceparent, Request-Context, <your header>`.

support/azure/azure-monitor/app-insights/data/troubleshoot-app-insights-nodejs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
1313

1414
This article discusses troubleshooting steps to fix general problems that are related to the Application Insights monitoring of Node.js apps and services.
1515

16+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
17+
1618
## Troubleshooting checklist
1719

1820
### Troubleshooting step 1: Test connectivity between your application host and the ingestion service

support/azure/azure-monitor/app-insights/telemetry/asp-net-troubleshoot-no-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
1313

1414
This article provides troubleshooting information to help resolve issues when data is missing or doesn't appear when you're using Application Insights for .NET and .NET Core.
1515

16-
> [!NOTE]
16+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
17+
18+
> [!IMPORTANT]
1719
> This article was recently updated to use the term *Azure Monitor logs* instead of *Log Analytics*. Log data is still stored in a Log Analytics workspace, and it's still collected and analyzed by the same Log Analytics service. We're updating the terminology to better reflect the role of [logs in Azure Monitor](/azure/azure-monitor/logs/data-platform-logs). For more information, see [Azure Monitor terminology changes](/azure/azure-monitor/terminology).
1820
1921
## Some of my telemetry is missing

support/azure/azure-monitor/app-insights/telemetry/duplicate-telemetry-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
88
---
99
# Receive duplicate telemetry data from Application Insights JavaScript SDK
1010

11+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
12+
1113
If the SDK reports correlation recursively, enable the configuration setting of `excludeRequestFromAutoTrackingPatterns` to exclude the duplicate data. This scenario can occur when you use connection strings. The syntax for the configuration setting is `excludeRequestFromAutoTrackingPatterns: [<endpointUrl>]`.
1214

1315
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]

support/azure/azure-monitor/app-insights/telemetry/java-2x-troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
1515

1616
This article provides troubleshooting solutions to common issues in a Q&A format for Application Insights Java 2.x.
1717

18+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
19+
1820
> [!CAUTION]
1921
> This document applies to Application Insights Java 2.x, which is no longer recommended.
2022
>

support/azure/azure-monitor/app-insights/telemetry/java-standalone-troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
1515

1616
This article provides troubleshooting information to resolve common issues that might occur when you're instrumenting a Java application by using the Java agent for Application Insights. Application Insights is a feature of the Azure Monitor platform service.
1717

18+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
19+
1820
## Check the self-diagnostic log file
1921

2022
By default, Application Insights Java 3._x_ produces a log file that's named *applicationinsights.log* in the same directory

support/azure/azure-monitor/app-insights/telemetry/javascript-sdk-troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.reviewer: mmcc, toddfous, aaronmax, v-leedennis
1313

1414
This article discusses how to troubleshoot various issues that involve the [Application Insights JavaScript SDK](https://github.com/Microsoft/ApplicationInsights-JS). The subjects in this article include SDK load failure for JavaScript web apps and source map support for JavaScript apps.
1515

16+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
17+
1618
<!--
1719
Editor's Note: This link name above "SDK Load Failure" has a direct references by https://go.microsoft.com/fwlink/?linkid=2128109 which is embedded in the snippet and from the JavaScript Page. If you change this text you MUST also update these references.
1820
-->
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Application Insights SDK support guidance
3+
description: Support guidance for Application Insights legacy and preview SDKs.
4+
ms.topic: how-to
5+
ms.date: 06/18/2025
6+
ms.service: azure-monitor
7+
ms.reviewer: vgorbenko, aaronmax, v-weizhu
8+
ms.custom: sap:Application Insights
9+
---
10+
11+
# Application Insights SDK support guidance
12+
13+
Microsoft announces feature deprecations or breaking changes at least one year in advance and strives to provide a seamless process for migration to the replacement experience.
14+
15+
For more information, review the [Azure SDK Lifecycle and Support Policy](https://azure.github.io/azure-sdk/policies_support.html).
16+
17+
> [!NOTE]
18+
> Diagnostic tools often provide better insight into the root cause of a problem when the latest stable SDK version is used.
19+
20+
## SDK update guidance
21+
22+
Support engineers are expected to provide SDK update guidance according to the following table, referencing the current SDK version in use and any alternatives.
23+
24+
|Current SDK version in use |Alternative version available |Update policy for support |
25+
|---------|---------|---------|
26+
|Latest GA SDK | Newer preview version available | **NO UPDATE NECESSARY** |
27+
|GA SDK | Newer GA released < one year ago | **UPDATE RECOMMENDED** |
28+
|GA SDK | Newer GA released > one year ago | **UPDATE REQUIRED** |
29+
|Unsupported ([support policy](/lifecycle/faq/azure)) | Any supported version | **UPDATE REQUIRED** |
30+
|Latest Preview | No newer version available | **NO UPDATE NECESSARY** |
31+
|Latest Preview | Newer GA SDK | **UPDATE REQUIRED** |
32+
|Preview | Newer preview version | **UPDATE REQUIRED** |
33+
34+
> [!NOTE]
35+
>
36+
> * General Availability (GA) refers to non-beta versions.
37+
> * Preview refers to beta versions.
38+
39+
> [!TIP]
40+
> Switching to [autoinstrumentation](/azure/azure-monitor/app/codeless-overview) eliminates the need for manual SDK updates.
41+
42+
> [!WARNING]
43+
> Only commercially reasonable support is provided for Preview versions of the SDK. If a support incident requires escalation to development for further guidance, customers will be asked to use a fully supported SDK version to continue support. Commercially reasonable support does not include an option to engage Microsoft product development resources; technical workarounds may be limited or not possible.
44+
45+
## Release notes
46+
47+
Reference the release notes to see the current version of Application Insights SDKs and previous versions release dates.
48+
49+
- [.NET SDKs (Including ASP.NET, ASP.NET Core, and Logging Adapters)](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
50+
- [Python](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/CHANGELOG.md)
51+
- [Node.js](https://github.com/Microsoft/ApplicationInsights-node.js/releases)
52+
- [JavaScript](https://github.com/microsoft/ApplicationInsights-JS/releases)
53+
54+
Our [Service Updates](https://azure.microsoft.com/updates/?service=application-insights) also summarize major Application Insights improvements.
55+
56+
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]

support/azure/azure-monitor/app-insights/telemetry/troubleshoot-webpages-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.reviewer: mmcc, toddfous, aaronmax, v-weizhu
1111

1212
The article explains certain issues that involve [Application Insights JavaScript SDK for webpages](/azure/azure-monitor/app/javascript) and offers strategies to help fix these issues.
1313

14+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
15+
1416
## I'm seeing a "0" value recorded for page views in Application Insights
1517

1618
This is by design when instrumenting Single Page Applications (SPA). See the following [GitHub issue](https://github.com/microsoft/ApplicationInsights-JS/issues/1139).

support/azure/azure-monitor/app-insights/telemetry/webpages-not-get-request-context-header.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:Missing or Incorrect data after enabling Application Insights in
88
---
99
# Failed to get Request-Context correlation header as it may be not included in the response or not accessible error
1010

11+
[!INCLUDE [Azure Help Support](../../../../includes/azure/application-insights-sdk-support.md)]
12+
1113
The `correlationHeaderExcludedDomains` configuration property is an exclude list that disables correlation headers for specific domains. This option is useful if you include headers that cause the request to fail or not to be sent because of third-party server configuration. This property supports wildcards. Therefore, you can specify a value such as `*.queue.core.windows.net`. Avoid adding the application domain to this property because this stops the SDK from including the required distributed tracing `Request-Id`, `Request-Context`, and `traceparent` headers as part of the request.
1214

1315
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)