Search code examples
azure-application-insightsazure-application-insights-profiler

Azure Application Insights profiler errors


I have integrated Azure Application insights to my Azure app service(API app) and turned on profiler, snapshot also, but few exceptions are getting logged very frequently.

I have integrated Azure Application insights to my Azure app service(API app) and turned on profiler, snapshot also as shown in below picture.

EnablingProfiler

My App service plan is on B2. The below exceptions, traces are frequently getting logged in Application insights. Could you please help me to understand if there is any problem with the integration.

Exceptions

Exceptions and

Traces

Traces


Solution

  • I have configured the Application Insights and enabled Profiler for a .NET Core 6 Web App.

    enter image description here

    enter image description here

    Iam able to see the profiler logs without any issues.

    enter image description here

    • Even you can see I have only the traces and Requests (not the exceptions). enter image description here

    As per this MSDoc, we can profile a maximum of only 4 Webapps within a same App Service Plan.

    • And as you have mentioned,

    I have 10 other apps running the profiler within same app service plan

    Which is not possible, that is the reason you are getting the exceptions. Even the exception says to stop the Previous sessions.

    As per the Doc, the solution available is to

    move some web apps to a different service plan.