Figuring out undocumented ARM templates

I've recently run into several situations where something that is configurable from the Azure Portal is not anywhere in the ARM documentation. This blog post will go through my process of figuring out how to implement those in ARM anyway.…

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

DevOps flow in Azure Data Factory V2

I've recently had the opportunity to get a bit more familiar with Azure Data Factory V2. Here are some of my findings regarding the DevOps side of the product.…

Read more