Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1/20/22, 11:18 PM Azure DevOps (contd) – Direct DevOps from Quality Thought

MENU

SEPTEMBER 22, 201 9

Azure DevOps (contd)

Azure Pipeline
Pipeline is madeup of stages
Stage execution can be controlled by defining conditions
Stage consists of many Jobs
Azure Pipelines pauses the execution of a pipleline prior to the stage and wait for all the pending
checks to be completed.
Approvals & Other Checks are not defined in the Yaml file
For creating Azure Pipelines we have two ways
Classic mode (UI Based Approach)
YAML Based

In the next section we would try to understand the concepts & YAML Schema as well. For YAML Schema Refer
Here

Azure pipelines in YAML

Basic Pipeline structure


Refer here

Resources
Resource is anything used by the pipeline that live outside pipelines.
* Secure Files
* Variable Groups
* Agent
Pools

Refer here for full microsoft documentation

Important References
Variables for variables
Variable Groups
Steps
Triggers
Pool
Samples
Gameoflife

Leave a Reply

Enter your comment here...

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner


devops & cloud enthusiastic learner

VIEW ALL POSTS

https://directdevops.blog/2019/09/22/azure-devops-contd/ 1/2
1/20/22, 11:18 PM Azure DevOps (contd) – Direct DevOps from Quality Thought

 PREVIOUS POST

Linux Shell Scripting ClassRoom Series - 22


September

NEXT POST

Docker Classroom Series -


24/Sep/2019

POWERED BY WORDPRESS.COM.

https://directdevops.blog/2019/09/22/azure-devops-contd/ 2/2

You might also like