Azure

Durable Functions

What are Durable Functions?

Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless environment. It enables you to define workflows in code, orchestrate long‑running processes, and manage state, checkpoints, and retries automatically.

Key Concepts

Sample Orchestration

Common Patterns

Next Steps

Ready to dive in? Start with our Getting Started guide or explore specific workflow patterns.