7. Developing reliable serverless applications using durable functions
In this chapter, you'll learn about the following:
- Configuring durable functions in the Azure portal
- Creating a serverless workflow using durable functions
- Testing and troubleshooting durable functions
- Implementing reliable applications using durable functions
Introduction
When developing modern applications that need to be hosted in the cloud, we need to make sure that the applications are stateless. Statelessness is an essential factor in developing cloud-aware applications. For example, we should avoid persisting any data in a resource that is specific to any virtual machine (VM) instance provisioned to any Azure service (for example, App Service, the API, ...
Get Azure Serverless Computing Cookbook - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.