Configuring the local environment for developing Azure Functions
Before we get started with Azure Functions, we will need an environment that will allow us to test our functions and start developing them quickly and seamlessly. Fortunately, this Azure service comes with multiple tools that help us during the programming and running of them locally. Additionally, I will describe some extra applications that should help you to analyze and debug possible problems and test triggers before deploying them to the cloud.
Starting with Azure Functions locally
If you have installed all of the required software mentioned at the beginning of this chapter, you should be able to start developing them without any additional configuration. To begin, we will create a simple function that we will try to run to ensure that everything is set up and ready.
When you open your Visual Studio Code instance, use the Ctrl + Shift + P keyboard combination to open the command palette. Search for Azure...