a1d3c33fa5 | ||
---|---|---|
.. | ||
azuredeploy.json | ||
azuredeploy.parameters.json | ||
install_django.sh | ||
metadata.json | ||
readme.md |
readme.md
Deploy a Django app on Ubuntu.
Deploy to Azure | Author | Template Name | Description |
---|---|---|---|
madhana | Deploy a Python Django app on Ubuntu | This template uses the Azure Linux CustomScript extension to deploy a Django application by creating an Ubuntu VM, doing a silent install of Python and Apache, then creating a simple Django application. |
This template uses the Azure Linux CustomScript extension to deploy an application. This example creates an Ubuntu VM, does a silent install of Python, Apache, then creates a simple Django app.It is essentially the template for the tutorial that can be found here -> http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-python-django-web-app-linux/
Once the template is deployed, just grab the public IP address of the VM and open it in a browser and you'll see the hello world app running.