Azure Wordpress and Scalable Wordpress

What is the difference between Azure WordPress and scalable WordPress from Azure? I see no differences, except scalable Wordpress allows you to choose azure storage

+7
wordpress azure scale
source share
2 answers

The main differences: media is stored in a separate storage account, and the MySQL database is automatically scaled using ClearDB (master-master replica).

Plain Wordpress is just one database for just one site. For mission-critical scenarios, scalable Wordpress will handle much more concurrent requests. It also provides contingencies.

+5
source share

Scalable WordPress on Azure (using cleardb) walks you through the steps to enable automatic scaling technologies - using some of the expensive Azure VMs. You can find more information here: http://bit.ly/1Mi7bYE

I had a bad experience with Cleardb - there was no support for them. I was a lot better off implementing WordPress in Bitnami. However, you will have to do the extra work of editing your banners, which will β€œmagically” appear on your WordPress site.

+2
source share

All Articles