Get extra log information about errors happening on your Azure App Service

When you run your application on an Azure App Service there will the case where you want some extra logging information when errors happen. A fast way to get the exact error and its stacktrace in your application is to activate the Application Logging. To activate it, you have to do the following simple steps:

Azure App Service Logs

Azure App Service Log Stream

You now have a debug mode and you can more easily identify the reason behind a problem in your application!

comments powered by Disqus