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.
APIs.json: https://raw.githubusercontent.com/api-evangelist/durable-functions/refs/heads/main/apis.yml
- Type: Index
- API Composition
- Durable Execution
- Serverless Orchestration
- Workflow
- Created: 2026-03-27
- Modified: 2026-05-19
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
- Base URL:
https://{appName}.azurewebsites.net
- Durable Execution
- Serverless Orchestration
- Workflow
- Documentation
- H T T P A P I Reference
- Getting Started
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
FN: Kin Lane Email: kin@apievangelist.com