Recent Posts tagged WAWS
Using Azure Activity Log to check the progress of deployment slots swap operation
Mar 8, 2018 by ruslany
If you use Azure Web App Deployment Slots then you may have noticed that sometimes the swap action may take a while to complete. This may happen when an application that is being swapped into produ...
Most common deployment slot swap failures and how to fix them
Nov 2, 2017 by ruslany
Azure Web App Deployment Slots are used to deploy new versions of an application code into production with no interruption to the production traffic. In order to achieve this the swap process invol...
Using Powershell to manage Azure Web App Deployment Slots
Oct 27, 2016 by ruslany
This blog post explains how to perform common management tasks for Azure Web App deployment slots by using Powershell cmdlets. To learn more about deployment slots refer to the Azure documentation...