0

I have an web app set up on Azure. I have received an availability alert for my web app. i found that when the availability was down, at the same time the CPU usage went high to 100% and due to this, the application pool might have restarted causing the availability alert. How can I see which request cause the CPU to went high so that i can check the request. I know we can do this running the profiling for a specific time, but in this case, the incident is already occurred, and can not be reproducible

  • 1
    I doubt you can see what request *caused* anything. Correlation between timestamps is probably as good as its gonne get. – Svend Sep 05 '19 at 14:25

1 Answers1

0

@Umesh, if you are using Application Insights with your webapp, please use the "Search" blade to figure out what requests were sent to your application:

enter image description here

Hope this helps!

AmanGarg-MSFT
  • 1,123
  • 6
  • 10