Technical requirements
To follow through the examples in this chapter, the following are required in addition to VS Code:
- The latest version of Azure Functions Core Tools: https://docs.microsoft.com/azure/azure-functions/functions-run-local.
- The Azure Functions VS Code extension: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions.
- To follow along with the VS Code development of a function in C#, install the .NET 6.0 SDK: https://dotnet.microsoft.com/en-us/download/dotnet/6.0.
- To follow along with the VS Code development of a function in C#, install the C# VS Code extension: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp.
- To follow along with the VS Code development of a function, install the Azurite VS Code extension, which provides a local storage emulator: https://marketplace.visualstudio.com/items?itemName=Azurite.azurite.
Code in Action videos for this chapter: https://bit.ly/3xC0ao5
...