Which Azure service provides a set of version control tools to manage code?
Click on the arrows to vote for the correct answer
A. B. C. D.A
Azure Repos is a set of version control tools that you can use to manage your code.
Incorrect Answers:
B: Azure DevTest Labs creates labs consisting of pre-configured bases or Azure Resource Manager templates. These have all the necessary tools and software that you can use to create environments.
D: Azure Cosmos DB is Microsoft's globally distributed, multi-model database service.
https://docs.microsoft.com/en-us/azure/devops/repos/get-started/what-is-repos?view=azure-devopsThe correct answer is A. Azure Repos.
Azure Repos is a version control service offered by Microsoft Azure that allows teams to manage and share their code securely. It provides a set of tools to manage code, including support for Git and Team Foundation Version Control (TFVC).
Git is a distributed version control system that allows developers to collaborate on code development, while TFVC is a centralized version control system that allows teams to manage their code in a centralized repository. Azure Repos supports both Git and TFVC, giving teams the flexibility to choose the version control system that best suits their needs.
In addition to version control, Azure Repos also provides features such as code review, branch management, and continuous integration and delivery (CI/CD) pipelines. These features help teams to improve code quality and streamline the software development process.
Azure DevTest Labs is a service that allows developers and testers to quickly create and manage environments in Azure for testing and development purposes. It provides a set of tools to create, manage, and share environments, but it does not provide version control tools for managing code.
Azure Storage is a cloud storage service that provides scalable and secure storage for data, files, and unstructured data objects. While Azure Storage can be used to store code files, it does not provide version control tools for managing code.
Azure Cosmos DB is a globally distributed, multi-model database service that provides scalable and high-performance data storage for various data types, including documents, graphs, and key-value pairs. While Azure Cosmos DB can be used to store code files, it does not provide version control tools for managing code.