Categories
Azure Python

Using Virtual environment to build your python application for Azure

Python stack on Windows Azure is bare bones  and may not include all the libraries that your application may require. The best way to build your application for Azure is setting up a virtual environment for your application that you can deploy to Windows Azure website . Here is what you need to do to […]

Categories
Microsoft Azure Websites Python

Build your Flask application on Windows Azure Websites

Windows Azure websites helps you create highly scalable websites with fast deployment to the Windows Azure .  Since Python stack is available on Windows Azure websites , I have been excited to build Python applications on Windows Azure Websites . Flask is popular python framework based on Werkzeug, Jinja 2 . In this tutorial I […]

Categories
Azure Python Web App Gallery

Django on Windows Azure Websites Gallery

For all those Django developers out there , see how easy it is to set up Django on Windows Azure in less than 2 minutes http://blogs.msdn.com/b/windowsazure/archive/2013/04/18/django-now-available-on-windows-azure.asp  

Categories
Azure Web App Gallery

Creating a Node JS website on Windows Azure website

Are your excited about Node JS  on Windows Azure  , then check out this article and start building your Node JS website on Windows Azure with just a few clicks http://blogs.msdn.com/b/azureappgallery/archive/2013/04/08/creating-a-node-js-website-on-windows-azure-website.aspx

Categories
Azure Web App Gallery

Deconstructed View of an application package used by Web Application Gallery

To help you understand what a web deployable package for Web Application Gallery is , I have deconstructed the contents of the package  in this post : #1 : manifest.xml (required):  This file is used to set up the ACLs for your application content path for your application may include any references to SQL Server or MySQL […]