ewitkows
ewitkows

Reputation: 3618

Determine 404 Requests from Azure Application Insights

I have Application Insights configured for a web application of mine, and I see that I have a surprising amount of 404 errors. Is there a way for me to use AI to drill in and find what page(s) are being requested that Im returning a 404 on?

Upvotes: 0

Views: 1731

Answers (1)

Anastasia Black
Anastasia Black

Reputation: 1900

Open portal.azure.com. Open your Service overview blade for your application. Click on failed requests and you will see the info for each failed request. Getting started documentation.

Upvotes: 1

Related Questions