Learning about multi-stage YAML pipelines
Two weeks ago, at the Microsoft Build conference, multi-stage pipelines were announced. This was a long awaited feature, as it
Learning and sharing Azure architecture and DevOps tips with GitHub
Two weeks ago, at the Microsoft Build conference, multi-stage pipelines were announced. This was a long awaited feature, as it
Today we are going to finish the refactoring of our release so we can deploy to a new environment with
Today we are going to create an ASP.Net Core WebAPI service, with an automated continuous integration build using YAML, and
Infrastructure as Code (IaC) is the process of managing and provisioning computing infrastructure with definition files, e.g. code. The basic