Chapter 4
- Do we need to add more packages for Durable Functions?
We need to add Microsoft.Azure.WebJobs.Extensions.DurableTask
- What are durable functions in Azure?
Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. For more details, see the Developing durable functions section.