To start developing Azure functions with Visual Studio Code, you need to install the following extensions:
- Azure Account, which you can download from https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account.
- Azure Functions, which you can download from https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions.
You also need to install Azure Functions Core Tools, a set of tools that allow you to develop and test your functions on your local machine.
To develop Azure functions ...