Category / Section
How to download event logs from Azure App Service
Published:
Please refer to the following steps to download the event logs from the Azure App service. These files will be helpful for our support team to find the root cause for the reported issue.
- Visit Kudu for the respective App Service using https://{app-service-name-here}.scm.azurewebsites.net. Or search for Advanced Tools option from the App service to access the Kudu console.
- From the Debug Console menu select the CMD option.
- Click LogFiles from the resulting window.
- Download the highlighted eventlog.prev.xml and eventlog.xml files.