Ken Muse
Deploying to Azure from  Private Container Registries
It’s a best practice to use private registries such as Azure Container Registry with container solutions on Azure. There’s very little guidance if you’re considering using a different registry to store your images. In this post, we’re explore how to use other private registries, such as the GitHub packages Container Registry.

Read more

Azure Container Solutions

Azure Container Solutions

There are lots of options for running containers in Azure, such as Azure Container Apps, Azure Container Instances, Kubernetes, Functions, and App Services. Each offering provides different features to support different scenarios, so it’s important to understand some of the container options that Azure provides today.

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

Containers and the WSL2 File System

Containers and the WSL2 File System

If you’re using Visual Studio Code and Dev Containers without working in the right filesystem, you’re missing out on a lot of performance! Learn the right place to keep your files!

Read more

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