Skip to content

Installation

This project supports Python-based Azure Functions using the Programming Model v2.


Requirements

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]