What is Azure DevOps?
Azure DevOps provides developers services to Support Team for following aspects
- Plan work
- Collaboration on the code development
- Build and deploy applications on the platform (On-prem or cloud)
“Before 2019 Azure DevOps is known as visual studio team foundation server (TFS)”
You can connect to the azure DevOps using web browser or IDE client
Azure DevOps services
- Azure Repos:
it’s generally uses for the source control of your code (similar to GIT, BitBucket, TFVC)
- Azure Pipeline:
It’s uses for the CI/CD deployment
- Azure Boards:
It’s delivers a suite of Agile tools to support planning and tracking work, code defects, and issues using Kanban and Scrum methods
- Azure Test plan:
It’s provides several tools to test your apps, including manual/exploratory testing and continuous testing.
- Azure Artifacts:
It’s helps teams to allow share Maven, npm, and NuGet packages from public and private sources and integrate package sharing into your CI/CD pipelines