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...
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...
By Default Azure Active directory doesn’t restrict their users from creating their own organizations. This is a kind of security risk which would allow anyone to create their own organizations and siphon of the...
As you know Azure DevOps has 3 access levels and they are Stakeholder, Basic and Visual Studio Subscriber. Anyone can be added as Stakeholder and it’s free of cost. Same is the case with...
This error occurs when you are trying to add some comment or something to the Pull Request which has been already created and this can be easily fixed by adding appropriate permissions to the...
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...
A Project can be either a private or public project in Azure DevOps. Since Azure DevOps is mostly used by enterprise organization, the best security practice is to change the project visibility to all...
Dashboards in Azure DevOps helps us to view the progress of the Teams by different charts and widgets like WorkItem assigned, no of bugs in pending state, Build Health, Burn down chart etc., Now...
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...
Terraform Cloud offers different plans like Free, Trial, Team, Team and Governance and Business Plan. The Basic plan is free plan which is available to almost all the users and it has only State...
When you don’t want other users to do or redeploy the changes in the Cloud via a workspace, then you can lock your workspace and it would help accidental runs and deployments to a...