Contents tagged with Windows Azure
-
How to monitor Azure App Service content changes and publishing activity
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 with contributor access who can deploy new content or modify existing files. In those situations it may be important to track who … Continue reading "How to monitor Azure App Service content changes and publishing activity"
-
How to restore a deleted Azure Web App
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 using the commands from the Az PowerShell module. This blog post explains how to do that. Assume … Continue reading "How to restore a deleted Azure Web App"
-
Using Azure Activity Log to check the progress of deployment slots swap operation
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 production has a long warmup/initialization phase. It has to be warmed up on every VM in an App Service Plan [...]
[Read more] -
Most common deployment slot swap failures and how to fix them
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 involves multiple steps that are performed to prepare the new version of the code to successfully handle the load once it is in [...]
[Read more]