Monitoring your Azure Functions

We now understand how to integrate Azure Functions with Application Insights. Let's now gain an understanding of how to view the logs that are written to Application Insights by Azure Functions code so that, as a developer, you can troubleshoot any exceptions that occur. 

Let's make a small change to the HTTP trigger function and then run it a few times.