An open API service indexing awesome lists of open source software.

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.

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 [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](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/)