Are you looking to create your very own Scalable optimized WordPress Site/blog using Azure MySQL, Azure Storage and Azure CDN, then this post series is for you?
I have divided the series into below parts:
- Getting Azure Subscription, Creating App Service Plan and WordPress Web Service using My SQL In App
- Connecting Word Press website with wordpress.com and Installing and configuring Jet Pack
- Creating Azure Database for MySQL and exporting the Data from My SQL In App to Azure Database for MySQL Server, Handling Security
- Creating Azure Storage Account and configuring WordPress to use Azure Storage to store media files and Optimizing with persistent connection
- Configuring Custom domain, SSL Certificates.
- Configuring Azure CDN, configuring back up scheduling in azure and Auto Scaling
- How to use REDIS CACHE with WORDPRESS on Azure
- How to install application insights in WordPress on Azure
If you are not following along please check the previous part 1 first.
2.Connecting Word Press website with wordpress.com and Installing and configuring Jet Pack
As of this point, your site is up and running, click on “Settings” then “General” and modify information accordingly i.e. Time zone, New user Default Role etc.

It is time to update the entire “Plugins” click on “Plugins” and click on update now for all the listed updates, for this case I have only one update for “Akismet Anti-Spam”

After updates it will look like below

Let us install Jetpack plugin, click on “Plugins” then “Add New”, search for “jetpack” and click on “Install Now” button.
After a few minutes of installation it will show you below screen, click on “Activate” to activate the plugin.

After activation, we will proceed to connect with WordPress.com, click on connect to “WordPress.com” button.

Now click on “Approve”, if you do not have screen like below, then do the appropriate steps to create account and connect it.

Now choose appropriate plan, which you like, we are proceeding to “Start with free”, click on “Start with free”

Click on “Activate recommended features”, now your site is connected with WordPress.com

Coming up next Creating Azure Database for MySQL and exporting the Data from My SQL In App to Azure Database for MySQL Server, Handling Security