kevinyang372/code-eval

No support from Azure App Service on Flask

kevinyang372 opened this issue · 1 comments

Azure app service does not have default support for Flask applications and requires configurations on exposing endpoint to docker serve.

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