In this recipe, you will learn how to view the application logs of your function apps' using the log streaming feature of functions.
Troubleshooting your Azure Functions
How to do it...
Once you are done with development and have tested your apps thoroughly in your local environment, you might want to deploy them to Azure. There might be cases where you face issues after deploying an application to Azure because the environment is different. For example, a developer might have missed creating App Settings in the app. With a missing configuration key, your application might not work as expected, and it's not easy to troubleshoot the error. Fortunately, the Azure environment makes this easy with the Log Streaming...