错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Azure Function

  • Michał Świtalik

摘要

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.