DevOps Flashcards

1
Q

DevOps

A

Azure DevOps Services (formerly known as Visual Studio Team Services, or VSTS), provides development collaboration tools including high-performance pipelines, free private Git repositories, configurable Kanban boards, and extensive automated and cloud-based load testing

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

Azure DevTest Labs

A

Quickly create on-demand Windows and Linux environments you can use to test or demo your applications directly from your deployment pipelines

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

Azure Boards

A

Kanban board

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

Azure pipelines

A

Build, test and deploy with CI (test) /CD (prod).

CI = Continuous Integration
Each CI generates automatic build and test sequence.
CD = Continuous Delivery

Deploy using Github

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

Azure repos

A

Azure Repos is a set of version control tools that you can use to manage your code.

Collaborate - same as Github repos

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