Getting ready

Let's start our journey of understanding Azure serverless computing using Azure Functions by creating a basic backend Web API that responds to HTTP requests:

We will be using C# as the programming language throughout the book. Most of the functions are developed using Azure Functions V2 run-time. However, there are a few recipes which are not yet supported in V2 run-time which is mentioned in the respective recipe. Hopefully, by the time you are read this book, Microsoft will have made those features available for V2 run-time as well.