Categories
Azure Python

Django Websites on Windows Azure

There are many Cloud platforms for Python web application, but the most commonly used is Amazon Web Services or Google App Engine. Windows Azure has support Python Application, but not many people are aware of this. Windows Azure web sites now come with Python 2.7 and wfastcgi handler pre-installed. This article shows you how to  create a […]

Categories
Azure Web Matrix

Moodle on Windows Azure Websites – Part1

Moodle is leading open-source Learning management system (LMS) .  In this post I will show you how to set  up a Moodle website on Azure using Web Matrix  . What you will need Web Matrix 2 installed on your local machine A subscription for Windows Azure websites service

Categories
Azure Web Matrix

Moodle on Windows Azure Websites – Part2

In the previous article I showed you how to create a local Moodle site using Web Matrix . Now its time to migrate this to Azure website . First you need have a subscription for Azure Websites , for details visit http://windowsazure.com  Once you have logged in to the new Management portal , click on the […]

Categories
Azure Web Matrix

WebMatrix Templates on Azure

WebMatrix 2 is a web development tool that enables developers to quickly build and deploy ASP.NET, PHP, HTML5, CSS3 applications.  WebMatrix offers Templates for ASPNET , PHP and  Node.JS  to get you started with building web applications . This week we released these templates for Windows Azure websites  .    In this blog post I will show you how to […]