Author: Shan

Parallel jobs in Azure DevOps

In Azure DevOps, when pipelines are queued they are called as jobs and single pipeline may have one or more jobs. Each jobs run on a agent based on the agent pool and the...

Azure DevOps Task conditions

The below list will provide you list of task conditions available in YAML as well as Classic pipeline along with detailed examples on how to use them to run the tasks based on the...

Workspace Tags in Terraform Cloud

Tags used to identify similar workspaces in Terraform Cloud, with tags we can easily identify which workspace is related to other workspaces in Terraform Cloud. This is different from normal tags in terraform which...