How to do it…
Once we are done with development and have tested the apps thoroughly in our local environment, it's time to deploy them to Azure. There may be instances where we encounter issues after deploying an application to Azure, mainly due to incompatibility with the environment. For example, a developer might have missed out on creating app settings in the app. With a missing configuration key, the end product may not only produce faults, but it may also prove difficult to troubleshoot the error. In this recipe, you'll learn not only how to view real-time logs, but also how to use the Diagnose and solve problems feature.
Viewing real-time application logs
In this section, we are going to view the real-time application logs using the Logs feature provided by the Azure portal. We can achieve it by performing the following steps:
- Navigate to Platform features of the function app and click on the Log Streaming button, where the Application logs...