Installation¶
This project supports Python-based Azure Functions using the Programming Model v2.
Requirements¶
- Python 3.9+ (3.9–3.12 tested)
- Azure Functions Core Tools
- Azure Functions Python Programming Model v2
This library is not compatible with the legacy v1 model.
Installation¶
Install the package via pip:
pip install azure-functions-openapi
Then ensure your requirements.txt
includes:
azure-functions
azure-functions-openapi
If you're developing locally:
pip install -e .[dev]