No support from Azure App Service on Flask
kevinyang372 opened this issue · 1 comments
kevinyang372 commented
Azure app service does not have default support for Flask applications and requires configurations on exposing endpoint to docker serve.
kevinyang372 commented
Create startup.sh
and startup.py
to import the app module and expose the application by running gunicorn --bind=0.0.0.0 --timeout 600 startup:app