Introduction Ensuring your application's performance is as important as its functionality. BenchmarkDotNet, a powerful .NET library for benchmarking, is an excellent tool for this. By integrating BenchmarkDotNet into an Azure…
Add Human Intervention into an Azure Pipeline
Introduction In this blog post, I create an Azure Pipeline to monitor a GIT branch for changes and then build the code into a container, but what if you want…