https://github.com/variar/azure-flask-template
This template works as a basic template for Azure Websites. It is a copy of Microsoft's flask template if you create an azure website.
https://github.com/variar/azure-flask-template
Last synced: 4 months ago
JSON representation
This template works as a basic template for Azure Websites. It is a copy of Microsoft's flask template if you create an azure website.
- Host: GitHub
- URL: https://github.com/variar/azure-flask-template
- Owner: variar
- Created: 2017-03-28T14:26:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T20:31:33.000Z (about 9 years ago)
- Last Synced: 2025-01-07T23:49:43.445Z (over 1 year ago)
- Language: HTML
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Template for Flask on Azure Websites
After several attempts to get a basic Flask app working on Azure. I discovered that you can deploy a Flask app (basic template) on Azure Websites. This template is what is deployed by Azure and I have copied here to utilize on future flask deployments. You can use at will, but Microsoft and Flask own the rights. I will only be trying to add documentation to make learning to deploye to Azure easier.
Feel free to contribute.
# Future Items
- Document parts of template to help understand what is required and should be changed for "your app"
- Turn into a Cookie Cutter Template?
- What else?
# Flask for Azure Web Apps [](https://azuredeploy.net/)
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's [BSD licensed](http://flask.pocoo.org/docs/license/).
[Read the documentation or download as PDF](http://flask.pocoo.org/docs/0.10/)