Perhaps you have heard terms such as Team Foundation Server, Team Foundation Service, TFS, or Visual Studio Team Services—all of this is now Azure DevOps. You can find all that you need to develop your software in a team in Azure DevOps, such as the following:
- Azure Pipelines: This provides CI/CD for any language, platform, and cloud. It looks like this:
Â
- Azure Boards: This is the area where you can track your project activities by using Kanban boards, backlogs, team dashboards, and reporting. It looks like this:
Â
- Azure Artifacts: This is a tool for saving and distributing packages. It looks like this:
Â
- Azure Repos: This has cloud-hosted private and public Git repositories. It looks like this:
Â
- Azure Test Plans: This has tools for planned and exploratory testing...