Last week I have shown how to run Azure DevOps self-hosted agents on Azure Container Apps. Using KEDA with its built-in Azure Pipeline scaler it was relatively straightforward to spin up new replicas in Container Apps. You can read all about that process here. However, today I wanted to achieve the same for GitHub self-hosted… Continue reading Self-Hosted GitHub runner on Azure Container Apps
Category: binding
Quick and easy self-hosted WCF services
I realized that I am not writing blogs for a long time. I feel bad about that, this post is an attempt to get out of the laziness. I often find myself writing console applications that have a simple WCF service and a client that invokes that to check different stuffs. Most of the time,… Continue reading Quick and easy self-hosted WCF services