▶Book Description
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 understanding how to debug and even customize Azure Functions. In addition to this, the book will take you through how you can effectively implement DevOps and automation in your working environment. Toward the concluding chapters, you'll cover some quick tips, troubleshooting techniques, and real-world serverless use cases that will help you make the most of serverless computing.
By the end of this book, you will have gained the skills you need to develop and deliver cost-effective Azure serverless solutions.
▶What You Will Learn
- Create and deploy advanced Azure Functions
- Learn to extend the runtime of Azure Functions
- Orchestrate your logic through code or a visual workflow
- Add caching, security, routing, and filtering to your APIs
- Use serverless technologies in real-world scenarios
- Understand how to apply DevOps and automation to your working environment
▶Key Features
- Develop scalable, robust multi-tier apps without worrying about infrastructure needs
- Deploy and manage cost-effective and highly available serverless apps using Azure Functions
- Accelerate enterprise-level application development by seamlessly integrating different cloud services with Azure Functions
▶Who This Book Is For
This book is designed for cloud administrators, architects, and developers interested in building scalable systems and deploying serverless applications with Azure Functions. Prior knowledge of core Microsoft Azure services and Azure Functions is necessary to understand the topics covered in this book.
▶What this book covers
- Chapter 1, Developing and Running Azure Functions, shows you what kinds of tools can be used to develop, test, and deploy a solution based on Azure Functions.
- Chapter 2, Customizing Your Azure Functions, explains how you can implement your custom triggers and bindings to adapt Azure Functions to your requirements.
- Chapter 3, Programming Languages Supported in Azure Functions, covers what programming languages are supported by the Azure Function runtime and how you can support your favorite programming language.
- Chapter 4, Deploying and Configuring Your Azure Functions, explains how to deploy your Azure Functions on Azure and how you can configure them.
- Chapter 5, Leverage the Power of DevOps with Azure Functions, explains how you can leverage the power of Azure DevOps on your Azure Functions, and how to implement a CI/CD approach in serverless technologies.
- Chapter 6, Testing and Monitoring, shows how you can test your Azure Functions using dependency injection and how you can monitor them in a production environment.
- Chapter 7, Serverless and Containers, explains how you can leverage the power of containerization to host Azure Functions to have high scalability on your solutions.
- Chapter 8, Orchestration as a Code – Durable Functions, explains what Durable Functions is and how you can use it to implement a workflow using a programming language.
- Chapter 9, Orchestration as Design – Logic Apps, covers what Logic Apps is and how you can use it to implement a workflow using a design approach.
- Chapter 10, Empowering Your Serverless API with API Management, explains what API Management is and why it is important in a serverless world.
- Chapter 11, High-Scale Serverless Event Processing with Event Grid, explains what Event Grid is and why it is important to implement an event-driven architecture.
- Chapter 12, Best Practices and Use Cases for Azure Serverless Computing, differs from the other chapters in that it builds upon the technologies that you have learned and explores some best practices and use cases for Azure serverless computing.