Azure App Service Logs

1 minute read | By Sree Vani Koneru

Azure App Service Logs

Azure App Service logs are a feature provided by Microsoft Azure that enable you to capture and analyze log data generated by your applications running on the Azure App Service platform. App Service logs help you monitor the behavior of your application, troubleshoot issues, and gain insights into its performance.

Here are some key points about Azure App Service logs:

flow

Turing Diagnostics Logging On: flow

Finding the Diagnostics Logs

Now that the diagnostics logs are enabled, we can see them and analyze them. There are many ways to access the diagnostics logs.

Logs in the KUDU Filesystem:

For Windows apps, navigate to the KUDU site https://«webappname».scm.azurewebsites.net/DebugConsole and Logfiles folder

flow

For logs stored in the App Service file system, the easiest way is to download the ZIP file in the browser at:

Linux/custom containers: https://.scm.azurewebsites.net/api/logs/docker/zip

Windows apps: https://.scm.azurewebsites.net/api/dump

For more information on Azure App Service Diagnostic logs please refer the below document: https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs

In conclusion, application logging and web server logging are essential features that provide valuable insights into the behavior and performance of web applications. By leveraging these features, you can ensure that your application is running efficiently and effectively, and troubleshoot issues quickly and effectively.