Skip to main content

 Subscribe
UPDATE: The scalable wordpress template has been removed from the Azure Marketplace.  The concepts of setting up WordPress with Azure storage , persistent connections is still valid but needds to set up manually.

WordPress is a light weight CMS that allows you to build dynamic websites in minutes. It is continually growing and improving as the most popular content management system and not just a blogging platform. Every Cloud hosting platform has its own best practices to get the most out of the platform. If you are running your WordPress site on LAMP or WAMP stack solution and wondering how can I migrate it to Azure Websites with ease and get all the benefits of the Cloud such as auto-scaling, load balancing , self-healing etc. ; then look no further as we now have a optimized version of WordPress in Azure Websites Gallery. The best practice for running WordPress site includes the following optimizations specific to Azure Websites platform:

  • Using a high performing MySQL database . For ClearDB pricing plans , click here
  • Using connection pooling with persistent connection to MySQL database as you are using a remote MySQL database service provided with ClearDB
  • Using and Configuring Azure Storage to store your WordPress site’s media library content
  • Using Jetpack to supercharge your WordPress site with powerful features available to WordPress.com users
  • Include Auto-scale, Staged publishing , SSL , Custom domains , WebJobs ( used for background process or CRON job for WordPress) and Backup & Restore website features

We have included all these optimizations within this gallery template for Scalable WordPress. In this tutorial, you'll learn how to create a new scalable WordPress site from the Gallery and discusses some of the optimization based on the best practices for hosting WordPress sites on Azure Websites.

Create a website in the portal

  • Login to the Azure Management Portal
  • Click the New icon on the bottom left of the dashboard
  • Click on Everything link

  togallery_img1  

  • Click on Web and Select See All for the category Blogs+CMSs

  selectweb_img2  

  • Click on Scalable WordPress and Click on Create

  select_wppremium_img3  

  • Enter the resource group name

  create_worflow_img4  

  • Click on Website Configuration and enter the following information :
    • Website name
    • Application settings which is the storage container name for your WordPress site to store all the Media library content such as images , videos etc. uploaded with WordPress media uploader
    • Hosting Plan

    Note: This application supports only the STANDARD tier of Websites and the other pricing tiers including SHARED , BASIC and FREE are not available for this application.

    • Region

  website_create_img5  

  • You can configure your the folder name to store your static media content with Web App Settings

  appsettings  

  • Click on Database Configuration and enter the following information:
    • Database name
    • Region
    • Plan

Note: This application supports only the recommended database tiers for this application: Saturn, Jupiter plans. All other lowers tiers are not support.

  db_create_img6  

  • Now accept the legal terms and conditions of ClearDB MySQL service

  db_create_img7  

  • Click on Storage configuration to either link a new or existing storage account to this resource group. For this tutorial, I am adding a new storage account to this resource group.Enter the following information:
    • Storage account name
    • Location
    • Redundancy Type : Geo-Redundancy , Local Redundancy
    • Turn on Diagnostics

Note: You can only choose storage account that use the same subscription as the other resources (Website, Database). Storage accounts from different subscription will be disabled.

  storage_create_img8  

  • Click on Subscription tab to choose the appropriate subscription for your resource group and finally Click on Create

  final_img9   Now a new WordPress site is being deployed to Azure websites and will take a few minutes to create the resource group and provision Website, Database and Storage resources within this group.  Once you are notified in the notifications section that the deployment went through successfully , click on newly created resource group item “WP-Group”on the dashboard to view your resource group : Website , Database and Storage. summary_img12   Browse your WordPress site and complete the WordPress installer step in your browser by entering the information for:

  • Title of your Site
  • Admin user and password . Please Note: As a security best practice to follow these guidelines:
  1. DO NOT use ‘admin’ as the username and use a different unique string to avoid unauthorized attacks on your site
  2. USE a STRONG password for your site admin user
  • Email address for admin user

  install_wp_img10

  • Click on Install WordPress to complete the installation and now your website is ready to use. You can now login WordPress dashboard and start creating your content

  2014-09-04_12h29_02  

Troubleshooting

  • SMTP is not supported on Azure Websites. You can purchase a FREE plan from SendGrid available through the Azure portal under Azure Gallery –> App +Data services-> Integration category –> SendGrid to enabled email functionality in your WordPress site.You would also need to install SendGrid Plugin and configure it with your SendGrid credentials.

Conclusion

Azure Websites services currently hosts many high traffic WordPress sites which focus on:

  • Easy to setup: In less than 5 minutes you have a WordPress site up and running
  • Speed : Your Website is blazing fast pages take less than 2 seconds to load.
  • Scalability : This configuration can easily service up to a million visits/page views per month
  • Uptime : Various reasons can disrupt the content being served from the server to your browser , but Azure Websites offers a 99.9% uptime for your website. You can obviously setup multiple Azure websites with Azure Traffic Manger load balance across these websites for better performance as well as high availability.

You can  now focus on your content and driving traffic to your website and not worry about configuring your WordPress application for Azure Websites.

  • Explore

     

    Let us know what you think of Azure and what you would like to see in the future.

     

    Provide feedback

  • Build your cloud computing and Azure skills with free courses by Microsoft Learn.

     

    Explore Azure learning