Recent Posts tagged App Service
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...
Using ARM template to swap App Service deployment slots
Oct 1, 2019 by ruslany
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...
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...
Azure App Service Deployment Slots Tips and Tricks
Jun 4, 2019 by ruslany
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...