Skip to content

December 2021

Purge Azure Front Door Cache in Azure DevOps

Azure Front Door | Microsoft Azure
Azure Front Door

Azure Front Door is a great Azure product to provide extra security, traffic management and monitoring services in front of web services. Azure Front Door also supports CDN style of caching for static files like images and CSS files. One part of caching is the ability to purge the cache. Remove the non-valid and old items from cache.

One common problem with cache is, that when the …

Continuous Deployment of Azure SQL Database Changes

Picture by Samarth Singhai from Pexels

Deploying SQL database changes automatically through CI/CD pipeline is important and a bit tricky part of deployment pipeline. You don’t want to apply your database changes only manually, because that can lead easily into problems like scripts not working or someone forgot to run one important script into production. Azure DevOps does not have native support for SQL scripts, but there are plenty of …