Azure Durable Functions
Learning Objectives
By the end of this chapter, you will be able to:
- Create a Durable Function to process orders
- Create a stateful serverless workflow with human interaction
- Handle errors from child processes
This chapter gives a description of Durable Functions and how they resolve some of the issues around errors spreading through a complex system, as well as assist in scaling.