An Azure service that provides an event-driven serverless compute platform.
Pip is used in Azure in order to build your project, and poetry is not currently supported there. By building the project locally you can use poetry instead. The main downside is that it means that the upload will be larger since you are including both your source and the dependencies. Specifically how to set this flag will depend on your deployment pipeline, but if you are using functions core tools you can use the --build local flag: func azure functionapp publish <APP_NAME> --build local