内容简介
Application development has evolved from traditional monolithic app development to using serverless options and microservices. This book is designed to guide you through using Microsoft's Azure Functions to process data, integrate systems, and build simple APIs and microservices.You will discover how to apply serverless computing to speed up deployment and reduce downtime. You'll also explore Azure Functions, including its core functionalities and essential tools, along with understand
AI简介
这是一本全面讲解如何使用Microsoft的Azure Functions进行数据处理、系统集成和构建简单API和微服务的指南。本书首先介绍了服务器无服务器的概念,阐述了它在物联网(IoT)、后台应用程序(如移动、单页Web应用程序或Alexa技能) 以及集成不同的SaaS服务等用例中的优势。
本书详细介绍了Azure Functions的核心功能和必要工具,并阐述了如何调试和甚至自定义Azure Functions。此外,本书还深入探讨了如何有效地在Azure Functions中实施DevOps和自动化。在书的最后几章,作者提供了一些关于快速提示、故障排除技巧和现实世界中的服务器无服务器用例的深入见解,以帮助读者充分利用服务器无服务器计算。
书中详细阐述了自定义绑定实现,解释了如何在Azure Functions中创建自定义触发器和自定义绑定,以满足特定的业务需求。此外,还深入探讨了理解高可扩展无服务器事件处理,包括创建Event Grid订阅、理解Event Grid如何管理事件交付和重试等内容。
书中还介绍了实现长运行服务器端任务的方法,并解释了如何在Azure Func