DevOps Flashcards
DevOps
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
Azure DevTest Labs
Quickly create on-demand Windows and Linux environments you can use to test or demo your applications directly from your deployment pipelines
Azure Boards
Kanban board
Azure pipelines
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
Azure repos
Azure Repos is a set of version control tools that you can use to manage your code.
Collaborate - same as Github repos