Application Insights Profiler traces not found

Ravikiran Akidi 21 Reputation points
2020-06-25T20:15:28.107+00:00

Hi,

We have a function app (V1) running in our ASE QA environment. We are facing slowness and to track the real issue we enabled the profiler on the Application Insights configured for the app. For some reason we arent able to find any profile traces getting logged in. Not sure if we are missing any

Enabled profiler for app

10725-enable-1.png

Following this doc, we arent seeing any traces of profiling
https://azure.microsoft.com/en-us/blog/application-insights-profiler/

10726-profile-trace.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,145 questions
0 comments No comments
{count} votes

Accepted answer
  1. Krish G 2,331 Reputation points
    2020-06-26T07:25:40.717+00:00

    Hello @RavikiranAkidi-2494 ,
    Currently Application Insights profiling for function app is not supported. You can only run Profiler on ASP.NET and ASP.NET Core apps that are running on Azure App Service using Basic service tier or higher.
    Alternatively, you can add logging in your function code to instrument internal processing time of different execution path and monitor those in application insights.
    To give feedback or feature request, you may upvote or leave comment in this feedback channel.
    If it helps, please consider accepting as answer which can help other community members with similar queries.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.