404, 2024

How to Continue Azure Pipeline on failed task

By |Tags: , , , |0 Comments

Introduction Sometimes failing scripts are not failing the task when they should. And sometimes a failing command should not fail the task. How to handle these situations by Continue Azure Pipeline on failed task? In

102, 2024

Variable Substitution in Config using YAML DevOps pipeline

By |Tags: , , , , |0 Comments

As DevOps Engineer, you are responsible for to develop the Azure DevOps pipelines which should replace these values (DEV/TEST/PREPROD/PROD) based on the environment. However, the configuration values could change across environments. In this article, we