11 - Implementing Continuous Deployment using Azure Pipelines Flashcards

1
Q

How do you support pipelines as code

A

YAML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Release jobs

A

Series of tasks that run sequentially on the same target

Can be combined with one pipeline to enable multi-platform deployment

Jobs run on the host machine where the agent is installed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Multi-configuration

A

Run the same set of tasks on multiple configurations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Multi-agent

A

Run the same set of tasks on multiple agents using the specified number of agents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly