Troubleshooting Azure Functions
In the world of software development, troubleshooting is a continuous process for identifying errors in applications. Troubleshooting is a very common practice that every developer should know how to apply in order to resolve errors and ensure that the application works as expected. Azure allows us to log information that will assist us with troubleshooting.
In this recipe, you'll learn how to view and interpret the application logs of our Function Apps using the Azure Functions log streaming feature.