Windows Azure Websites Development Stacks Support

The Windows Azure Web Sites (WAWS) team passionately invests in a support model for development stacks that allows your web apps to start running quickly and gives your web apps room to grow. This blog article captures a few basic principles we use for versioning and extensibility of development stacks and how these principles apply to your web apps.

We currently support .NET, PHP, Node.js, and Python stacks. The Windows Azure development center at https://www.windowsazure.com/en-us/develop provides a great knowledge base for each of these. Once you create a website you can just upload your content and we will get it running with minimal information input from you.

A summary of versions available with WAWS for each supported development stack and the respective version defaults is available at this link: https://github.com/projectkudu/kudu/wiki/Azure-Web-Sites-Development-Stacks.

Development Stacks Extensibility

We support extensibility points provided by each development stack in case you may need to customize.

Read more…

 

Learn more about Windows Azure here