Deploying a DacPac to Azure SQL with Azure Pipelines and Managed Identities
Nov 5 · 9 min read
We’ve all been there; we need to automate our database changes to each environment in our pipeline. There are a multitude of ways to do it, and what works for you may not work for me and vice-versa, but I generally like to simplify my life as much as possible.
In this post I’ll show you how, after a lot of trial and error, I managed to both automate and secure my database schema changes with Azure Pipelines. My main requirements were two-fold;
- I can not have username/password…


