I'm trying to understand why some pages of our application takes so long to load.
It's a .NET Core MVC Web App. It's working fine and fast locally but once it's deployed on Azure some pages randomly takes very long to load.
Using Application Insights profiler I can see in the transaction details that all the dependencies are loaded in a few milliseconds and then nothing happens during more than 30 seconds before the transaction resolves.
Is there any diagnostic tool (or do I miss a pane somewhere) to identify why there's this long inactivity period holding the request?