Using SGR5 in Windows Terminal

With the release of Windows Terminal 1.4 support for SGR 5 parameters were added. SGR (Select Graphic Rendition) parameters sets display attributes when you’re showing text on a terminal. These attributes can alter things like colour of the text and now also, and with this Windows Terminal release, you can make the text blink.

Deploying a worker service to Kubernetes

Once you have the worker service configured with health checks it’s time to get it deployed. In this article I’ll show you how to deploy the service to AKS (Kubernetes) using ACR and Helm. This article is based on a previous article where we created a Worker Service in .

Worker services in Kubernetes with health checks

One of the key features of Kubernetes is its ability to kick out bad pods and start up new ones. But to be able to do that, Kubernetes needs to communicate with the service to determine its health status. In this first article, we’re creating a .

Using Azure App Configuration in a Worker Service

With .NET Core 3 we were introduced to the new Worker Service template for running continuous jobs. In this article, I’ll show you how to setup the service and also to make use of the new Azure App Configuration service that centralizes the management of app settings.