Choose the best tools to help organizations build better solutions
linking:: AZ-900, Azure-Management
Understand your product options
Azure DevOps Services
Suite of services that address every stage of the software development lifecycle.
- Azure Repos is a centralized source-code repository where software development, DevOps engineering, and documentation professionals can publish their code for review and collaboration.
- Azure Boards is an agile project management suite that includes Kanban boards, reporting, and tracking ideas and work from high-level epics to work items and issues.
- Azure Pipelines is a CI/CD pipeline automation tool.
- Azure Artifacts is a repository for hosting artifacts, such as compiled source code, which can be fed into testing or deployment pipeline steps.
- Azure Test Plans is an automated test tool that can be used in a CI/CD pipeline to ensure quality before a software release.
GitHub
- It’s a shared source-code repository, including tools that enable developers to perform code reviews by adding comments and questions in a web view of the source code before it can be merged into the main code base.
- It facilitates project management, including Kanban boards.
- It supports issue reporting, discussion, and tracking.
- It features CI/CD pipeline automation tooling.
- It includes a wiki for collaborative documentation.
- It can be run from the cloud or on-premises
Azure DevTest Labs
Automated means of managing the process of building, setting up, and tearing down virtual machines (VMs) that contain builds of your software projects. Anything you can deploy in Azure via an ARM template can be provisioned through DevTest Labs.