Dev Ops Flashcards
What is Azure DevTest Labs?
A service that facilitates testing applications in different environments by automating the building, setting up, and tearing down of VMs. Anything you can deploy in Azure via an ARM template can be provisioned through DevTest Labs.
What are some reasons for choosing Azure DevOps over GitHub?
Azure DevOps provides more granular access rules, has better reporting capabilities, and has highly customizable boards
What would be a reason to choose GitHub over Azure DevOps?
Although Azure DevOps provides the ability to host a public repo, GitHub is the most popular choice for open-source code and can thus give your project more visibility
What is one way that Azure DevOps and GitHub can be combined?
You can use GitHub actions to trigger build pipelines