Recent Posts tagged Windows Azure
How to monitor Azure App Service content changes and publishing activity
Jan 13, 2020 by ruslany
There are various ways to deploy an Azure App Service content: FTP, GitHub actions, deploy from Zip and many others. With Azure Role-Based Access Control it is possible to have many different users...
How to restore a deleted Azure Web App
Jun 5, 2019 by ruslany
If you happened to accidentally delete your web app in Azure App Service then up until recently you had to open a support case in order to get it restored. But now you can restore it yourself by us...
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...