Installation and Setup
Before you start this book, you need to setup a Microsoft Azure on your account and install the required software for the book. You will find the steps to install it here:
- Sign up for an Azure account and subscription by following the instructions here: https://azure.microsoft.com/en-gb/free/.
- Install .NET Core for your operating system from: https://www.microsoft.com/net/learn/dotnet/hello-world-tutorial.
- Install Visual Studio Code for your operating system from: https://code.visualstudio.com/Download.
- Install Azure Functions Core Tools by following the instructions for your operating system here: https://github.com/Azure/azure-functions-core-tools.
- Install the Azure Functions extension and Azure Storage extension for Visual Studio Code from the Extensions marketplace on Visual Studio Code.
- Install the Long Term Stable release of Node.js for your operating system from here: https://nodejs.org/en/download/.
- Ensure that you've installed Postman from the following link before you begin: https://www.getpostman.com/.