Categories
Azure Microsoft Azure Websites PHP

CodeIgniter on Windows Azure Website

CodeIgniter is a powerful PHP framework and one of the most popular frameworks for PHP available due to its small footprint .  To install CodeIgniter on your existing windows azure website , you need to Download a copy of CodeIgniter framework from here Extract the content of the CodeIgniter ZIP package into your application folder

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 […]