Skip to content

Roundhouse

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 …