зеркало из
1
0
Форкнуть 0

Merge pull request #79 from madhana/master

cleaned up the links
This commit is contained in:
Kay Singh 2015-04-27 14:55:54 -07:00
Родитель c82a4bffcb 742a8b2c43
Коммит c42dd7a865
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,8 @@
| Deploy to Azure | Author | Template Name | Description |
|:-----------------|:--------------------------------| :---------------| :---------------|
| <a href="https://azuredeploy.net/" target="_blank"><img src="http://azuredeploy.net/deploybutton_small.png"/></a> | [madhana](https://github.com/madhana) | [Deploy a Python Django app on Ubuntu](https://github.com/azurermtemplates/azurermtemplates/tree/master/deploy-lamp-app) | 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.|
| <a href="https://azuredeploy.net/" target="_blank"><img src="http://azuredeploy.net/deploybutton_small.png"/></a> | [madhana](https://github.com/madhana) | [Deploy a Python Django app on Ubuntu](https://github.com/madhana/azure-quickstart-templates/tree/master/django-app) | 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.
Once the template is deployed, just grab the FQDN of the VM and open it in a browser and you'll see the hello world app running.