Azure Serverless Computing Cookbook
上QQ阅读APP看书,第一时间看更新

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.