In the previous variant, we had deployed WordPress using LAMP stack on Azure in a monolithic, single VM deployment. As simplistic as it was, it does not make use of Azure/Cloud capabilities of scalability, reliability and inherent security.
V2 variant of the blog now features client-server model with webserver/database servers separated into different subnets. Azure load balancer and availability sets is used in the deployment to provide better scalability, reliability and high availability.
I will be posting a series of articles which you can follow. Each chapter will explain the scripts one needs to execute to get the job done .
Stay tuned…
Chapters
All the scripts for this variant of the experiment are available from this location