Skip to content

Conversation

@stevengum
Copy link
Member

This change is to simplify the deployment process for deploying a Python Flask app to a Linux App Service.

(Azure expects the main entry point to be app.py or application.py, and the app object to be named "app" [link])

By changing the filename from main.py to app.py, we don't need to add a custom startup command.

@stevengum stevengum requested a review from axelsrz June 19, 2019 23:12
@axelsrz axelsrz merged commit e860c0a into master Jun 21, 2019
@stevengum stevengum added the 4.5 label Jul 8, 2019
@cleemullins cleemullins deleted the stgum/flask branch July 8, 2019 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants