Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
147 stars 61 forks source link

Add configurable prefix for A/WsgiFunctionApp #215

Open mycaule opened 2 months ago

mycaule commented 2 months ago

Added the ability to start the http_app_func service not at only at root level for composable apps. See my remarks in #213

This would allow also users to quickly add multiple legacy or open source Flask or FastAPI Web apps, that are already working with Azure services, and host them cleanly on Azure Functions.