Intro to Managed DevOps Pools

The Managed DevOps Pools (MDP) resource in Azure has been Generally Available since Ignite 2024. Let's see how to set one up, and discuss why I think this solves a common problem in my projects: requiring deployments into VNETs.…

Read more

My presentations from Global Azure Virtual

Due to the Covid-19 situation, the excellent Global Azure Bootcamp had to be transformed into a virtual event this year. I was already part of organizing a local physical event, so I thought it would at least make sense to participate in the virtual event.…

Read more

Automating .NET EF Core SQL Migration scripts

We wanted to generate migration scripts in our build steps and then separately run them against our SQL database in the release pipeline. This was fairly straightforward on paper, but in our situation turned out to include some gotchas I was not aware of before.…

Read more