Ken Muse
Reusing GitHub Workflows

Reusing GitHub Workflows

Let’s talk about how to share GitHub workflows between multiple repositories and create centralized processes.

Read more

Restoring Azure Tests for SonarQube
The vstest task in Azure DevOps doesn’t guarantee an output location. Learn how to ensure that SonarQube will see your test results correctly.

Read more

Understanding ARM Templates _artifactsLocation
A lot of people are not familiar with the variable _artifactsLocation in their ARM templates. In this post, we’re going to shed some light on this subject.

Read more

ARM Templates and Cloud Init

ARM Templates and Cloud Init

It’s easy to utilize inline Cloud-Init in your ARM templates to configure your site. But how do you develop and deploy if the file is not embedded?

Read more

Data DevOps: Deploying SQL Server DACPACs to Docker
With the ability to run SQL Server 2017 and 2019 in Docker containers, we can easily automate the deployment of database migrations using DACPACs.

Read more