When we need an API, we traditionally create an ASP.NET service that contains controllers. However, even if it is a simple service with a few controllers, it turns out to be a large and complex solution that requires a dedicated server with appropriate settings. Therefore, in this book, we will not describe this approach, but we will describe Azure Functions, which are a serverless solution.
They are scalable ...