Azure Durable Functions is a serverless extension for writing stateful workflows and orchestrations in code using Azure Functions. The extension exposes built-in HTTP APIs for managing orchestrations, durable entities, and task hubs.
URL: Visit APIs.json URL
- API Composition
- Durable Execution
- Serverless Orchestration
- Workflow
- Created: 2026-03-27
- Modified: 2026-04-28
Built-in HTTP APIs exposed by the Durable Functions extension for starting orchestrations, querying instance status, raising events, terminating, suspending, resuming, rewinding, signaling entities, and purging history.
Human URL: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-api
- Kin Lane - kin@apievangelist.com