Python support for Azure Functions is based on Python 3.10, 3.11, 3.12, and 3.13 serverless hosting on Linux and the Functions 4.0 runtime.
The azure-functions Python library provides the core types used to interact with the Azure Functions runtime. To see all types and methods available, visit the azure-functions API. Your function code ...