| Branch | Status |
|---|---|
| main | |
| dev |
Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. The extension lets you define stateful workflows by writing orchestrator functions and stateful entities by writing entity functions using the Azure Functions programming model. Behind the scenes, the extension manages state, checkpoints, and restarts for you, allowing you to focus on your business logic.
🐍 Find us on PyPi here 🐍
You can find more information at the following links:
- Azure Functions overview
- Azure Functions Python developers guide
- Durable Functions overview
- Core concepts and features overview.
Durable Functions expects certain programming constraints to be followed. Please read the documentation linked above for more information.
Follow these instructions to get started with Durable Functions in Python:
🚀 Python Durable Functions quickstart
- Python Durable Functions requires Azure Functions Core Tools version 3.0.2630 or higher.
By default, Durable Functions for Python apps are set up to use Extension Bundles to automatically manage binding extension dependencies; such as the Durable Functions Extension. However, there can be a delay between the release of a new version of the Durable Functions Extension and its inclusion in the Extension Bundles feed.
This query provides a list of known upcoming features and bug fixes that are still on their way to being included in Extension bundles.
If you need immediate access to an upcoming change in the Durable Functions Extension, please follow these instructions to install the latest version of Durable Functions Nuget package here.