Skip to content

Commit b6f04f4

Browse files
authored
update
1 parent 53051c3 commit b6f04f4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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/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)]

support/includes/azure/application-insights-sdk-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.author: aaronmax
66
---
77

88
> [!NOTE]
9-
> Before troubleshooting, verify if you're running a supported version. For more information about support guidance for Application Insights legacy and preview SDKs, see [Application Insights SDK support guidance](../../azure//azure-monitor/app-insights/telemetry/sdk-support-guidance.md).
9+
> Verify that your SDK version is supported before starting. For more information about support guidance for Application Insights legacy and preview SDKs, see [Application Insights SDK support guidance](../../azure//azure-monitor/app-insights/telemetry/sdk-support-guidance.md).

0 commit comments

Comments
 (0)