Azure App Service Deployment Slots are a feature of Azure App Service that allow you to create multiple deployment environments for your web applications, your can refer this Set up staging environments - Azure App Service | Microsoft Learn documentation to learn the objects that can be cloned and the objects that cannot be cloned between the environments. Stage deployments are extremely useful for various scenarios, such as:
How do the Deployment slots works:
Leveraging the power of Stage deployments of App Service, we can easily manage the content updates, plugin modifications, version upgrades of WordPress sites without impacting the end users. As WordPress on App Service also has a Azure MySQL Flexible server database backend, we need to have a configuration for setting up production and stage databases aligning to your Web servers(App Service). Since Azure MySQL Flexible server do not have feature similar to App Service deployment slots, we need to follow certain customizations to maintain Product and Stage slots for WordPress sites.
Steps to configure Staging slots for WordPress sites: wordpress-linux-appservice/WordPress/wordpress_azure_StageDeployments.md at main · Azure/wordpress-l...
Support and Feedback
In case you need any support, you can open a support request at New support request - Microsoft Azure.
For more details about the offering, please visit Azure/wordpress-linux-appservice (github.com)
If you have any ideas about how we can make WordPress on Azure App Service better, please post your ideas at Post idea · Community (azure.com) or report an issue at Issues · Azure/wordpress-linux-appservice (github.com)
or you could email us at wordpressonazure@microsoft.com to start a conversation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.