Categories
Uncategorized

Speed up your Azure Website with Azure CDN

A content delivery network or content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet. CDN’s goal is to server the content to end users with high performance and reliability. Azure CDN now supports Azure websites service which helps make your website perform faster and provides […]

Categories
Uncategorized

Run composer on Kudu (Azure Websites)

Composer is a dependency package manager in PHP. With Composer you can solve the problem where your project depends on a number of PHP based libraries and some of those libraries depend on other libraries. With composer you can declare the things your project depends on and composer finds out which versions of which packages […]

Categories
Uncategorized

Baking with Cake PHP on Azure Websites

Cake PHP is a MVC framework that makes it easy to quickly build web applications . CakePHP has an inbuilt tool called BAKE that allows you automatically create you controller , view and model files including source code. This article will show you how to use this tool if you have a CakePHP web application […]