How to view the event logs of your Azure App Service
This article has been moved to its new home here: https://benperk.github.io/msdn/2016/2016-07-how-to-view-the-event-logs-of-your-azure-app-service.html
I have mentioned how to download the eventlog.xml file to view the events which are happening on your Azure App Service (Web App, Mobile App, API App, Logic App) here and here. You can also look at the event logs in a event viewer using KUDU, I discussed KUDU here. Keep in mind that if you are running multiple instances, that you are viewing the event logs for a single instance only.
To access the event logs using KUDU, after login in select Support from the Tools menu as shown in Figure 1.
Figure 1, view event logs in KUDU
Once the Support page renders, click on the Analyze link, then Event Viewer, as shown in Figure 2.
Figure 3, Azure App Service Event Viewer details
Comments
- Anonymous
January 24, 2017
Any idea on how to bookmark the Event Viewer page? Currently, only top-level pages are bookmarkable in Kudu, so a refresh here sends you back to the main Support page. I wish you guys would reflect current location in the URL. Maybe add the filter values as parameters too.