Contents tagged with Deployment Slots
-
Using ARM template to swap App Service deployment slots
Azure Resource Manager (ARM) templates are used to automate deployment and configuration of Azure resources. With the templates you can define the infrastructure to be deployed via a JSON file and then use that file to repeatedly deploy new resources or update existing ones. ARM templates are widely used to release new versions of the … Continue reading "Using ARM template to swap App Service deployment slots"
-
Azure App Service Deployment Slots Tips and Tricks
This post explains some of the not so well-known features and configurations settings of the Azure App Service deployment slots. These can be used to modify the swap logic as well as to improve the application availability during and after the swap. Here is what you can do with them: Swap slots only if the … Continue reading "Azure App Service Deployment Slots Tips and Tricks"