Ken Muse
Azure Run From Package

Azure Run From Package

In last weeks post, I mentioned that there are ways to modernize Function apps. In truth, most App Services support an improved model for deploying your code — the deployment package. Learn to use 'Run From Package' to improve your Azure App Service deployments.

Read more

The Magic of dotfiles

The Magic of dotfiles

Did you know that you can have your favorite environment configurations follow you wherever you go, including into Development Containers and Codespaces? All of your environments can reflect your personal preferences through the power of a dotfiles Git repository.

Read more

Using Development Containers

Using Development Containers

Tired of spending your time setting up resources? It's time to learn how to implement development environments using infrastructure-as-code with Dev Containers, Codespaces, and Gitpod!

Read more

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

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