Summary
In this chapter, you learned a lot about Azure Functions and how to work with this serverless component. You read about the differences between the pricing models, scalability concerns, and basic triggers and bindings. Additionally, we worked on some simple scenarios regarding monitoring, deploying, and developing this Azure service.
In the upcoming chapters of this book, you will learn even more about serverless services. Following that, we will resume working with functions even more, as this is one of the most popular Azure components that can be easily integrated with other tools and products. In the next chapter, we will learn how Azure Functions can be used for long-running operations. We will discuss Durable Functions, which is an extension to the standard set of functionalities available for Azure Functions.