From 4ff653248e47196ba89535fab0dcb0683fb3e537 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:00:11 +0000 Subject: [PATCH 1/3] Initial plan From ed1c2e5f142a3664bb0f874b581ec181978f8c22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:09:43 +0000 Subject: [PATCH 2/3] Add Azure APIM proxy documentation to FAQ sections Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com> --- README.md | 1 + docs/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d4431436..7235af343 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ - [Service Notification](#service-notification) - [Single Page Applications](#single-page-applications) - [Source Map Support](#source-map-support) + - [Using Azure API Management as a proxy](https://techcommunity.microsoft.com/blog/azureobservabilityblog/using-azure-api-management-as-a-proxy-for-application-insights-telemetry/4422236) - [Examples](#examples) - [Application Insights Web Basic](#application-insights-web-basic) - [Available Extensions for the SDK](#available-extensions-for-the-sdk) diff --git a/docs/README.md b/docs/README.md index 617b23566..b733ca717 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,6 +48,7 @@ ES3 support has been removed from the latest version (v3.x), if required [see fo ### FAQ - [Create an Issue](https://github.com/microsoft/ApplicationInsights-JS/issues/new/choose) +- [Using Azure API Management as a proxy for Application Insights Telemetry](https://techcommunity.microsoft.com/blog/azureobservabilityblog/using-azure-api-management-as-a-proxy-for-application-insights-telemetry/4422236) - [ES3 Support](./es3_Support.md) - [Page Unload Event Handling](./PageUnloadEvents.md) - [V2 Upgrade Guide](./upgrade/v2_UpgradeGuide.md) From 1b0ce6ba047ab4d78b079abb6ab25b2e4f1dc7a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:39:48 +0000 Subject: [PATCH 3/3] Update APIM proxy link text for clarity and consistency Co-authored-by: rads-1996 <22488539+rads-1996@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7235af343..ff440047a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ - [Service Notification](#service-notification) - [Single Page Applications](#single-page-applications) - [Source Map Support](#source-map-support) - - [Using Azure API Management as a proxy](https://techcommunity.microsoft.com/blog/azureobservabilityblog/using-azure-api-management-as-a-proxy-for-application-insights-telemetry/4422236) + - [Using Azure API Management as a proxy for Application Insights Telemetry](https://techcommunity.microsoft.com/blog/azureobservabilityblog/using-azure-api-management-as-a-proxy-for-application-insights-telemetry/4422236) - [Examples](#examples) - [Application Insights Web Basic](#application-insights-web-basic) - [Available Extensions for the SDK](#available-extensions-for-the-sdk)