Implementing a software solution is only the first step; once you've written your code (or if something goes wrong in your test environment), you need to be able to debug it.
Visual Studio and Visual Studio Code give you all the tools to debug an Azure Function both locally and remotely.
In this section, we will use the features of Visual Studio, but these features are also available in Visual Studio Code.