I have an Azure App Service which runs a flask server. The startup command of the container is
gunicorn --bind=0.0.0.0 --workers=4 app:app
where