PulumiUsing Pulumi's Apply Method in C#Introduction Pulumi, a powerful Infrastructure as Code (IaC) tool, empowers developers to define, deploy, and manage cloud infrastructure…
DevOpsAzure Pipelines Artifact Download Issue - A Quick FixThe Problem: There is a peculiar behavior when downloading artifacts using Azure Pipelines. The artifact, when viewed on the repository…
DevOpsMaking an Azure Pipeline Stage Non-CancellableIntroduction In a recent StackOverflow post, I sought advice on making a specific stage in an Azure Pipeline non-cancellable. This blog…
DockerPass app configuration via docker entrypointIntroduction There is a nice post on the many available ways of passing in application configuration into a docker container. Here is…
UnixUnix line endings on WindowsIntroduction Many of us are likely running Linux-based container images on the Windows operating system. This is where writing scripts in a…
Azure DevOpsAzure pipelines - extending yaml arrayIntroduction Azure Pipelines is a continuous integration and continuous delivery (CI/CD) service that helps you automate the building…