Categories
Microsoft Azure Websites PHP

How to use PHPMyadmin for your Azure Web App

Azure Web Apps provides an array of tools through the Site extension Gallery. One such tool is PHPMyadmin which allows you to access your database. Once you log on to the Azure Management portal, browse to your web app and view the application settings to link your MySQL database with your web app. Add a […]

Categories
DevOps Microsoft Azure Websites Web App Gallery

Using Umbraco CMS with Multiple Environments on Azure App service

Why use multiple environments? Working directly on your production site is a recipe for disaster you may regress issues or create new issues/bug with your production site breaking critical or non-critical functionality. Once you have a broken production site, rolling out a fix could take from minutes to hours or days during which period your […]

Categories
Microsoft Azure Websites OSS PHP

10 Ways to Speed up your WordPress site on Azure websites

WordPress needs no introduction and is the fastest growing Open source CMS solution which allows you to quickly create dynamic website. The more plugins, content and customizations you add to your WordPress site, can start slowing your WordPress site. Slow page load times can impact your target user audience and discourage them from visiting your […]

Categories
Azure Kudu Microsoft Azure Websites OSS

Running Drush on Windows Azure Websites

Drush is a shell-based application used to control, manipulate, and administer Drupal sites. On the surface, drush is an excellent tool for updating site modules and managing your Drupal website. In this article you will learn, How to setup Drush on WAWS website running Drupal How to manage your Drupal site using Drush

Categories
Microsoft Azure Websites PHP Web App Gallery

WordPress with Memcached on Windows Azure websites

Are you looking to improve the performance of you WordPress website running on Azure websites service? If yes, then what you need a cache to help speed up your website. If you website gets heavy traffic, it is optimum to set up some form of distributed memory caching mechanism. Memcached is a general purpose distributed […]