@Krishnadas K P_FT I'm assuming you're already familiar with the DaaS options in the Diagnose and solve problems blade. In addition to what was mentioned above, I would suggest collecting a .NET Profiler trace.
If needed, you can extend the profiling timeout, which defaults to 60 seconds, by setting APPSETTING_IIS_PROFILING_TIMEOUT_IN_SECONDS
application setting. The .diagsession
file the profiler returns you can actually examine inside Perfview. I would also advise reviewing this app service blog post for more information regarding profiling your ASP.NET application.