0

I see a recurring exception in my App Insights for our Web App.The source is Application Insights profiler

enter image description here

I followed these 2 links for the solution:

As per the above links, the version 2.6.5 includes the solution for this error. So I checked the version in our web app and it is "Pre-Installed Site Extension, version 2.8.42.4." I checked this version by using the URL in this format for my web app: https://yoursitename.scm.azurewebsites.net/ApplicationInsights

Below are the configurations in my web app. I'm using .Net 6 framework and the app service plan is for windows. enter image description here

Does anyone facing similar error? Any solution or leads will help very much.

Trupti
  • 108
  • 2
  • 14
  • Could you please try to add the following to your App settings: `DiagnosticServices_EXTENSION_VERSION` and set value as`~3`. Please let me know if it helps. – AjayKumarGhose Mar 14 '22 at 11:44
  • Thank you for your response. The settings already exist. DiagnosticServices_EXTENSION_VERSION ~3 InstrumentationEngine_EXTENSION_VERSION ~1. Unfortunately I cannot attach a screenshot here. – Trupti Mar 14 '22 at 12:11
  • Could you please let us know Which App service plan you are using .. – AjayKumarGhose Mar 15 '22 at 06:18
  • I'm using Premium v2 Service Plan P1v2 for windows. I share this app service plan with another 3 App services and 2 Azure functions. None of them are throwing this error. The only difference between the others and the one failing was the AppInsights package reference in the .csproj file which I added yesterday, however I still see the exception. – Trupti Mar 15 '22 at 08:09

0 Answers0