Designing and Implementing Microsoft DevOps Solutions — Question 31

You are making use of Azure DevOps to configure Azure Pipelines for project, named PROJ-01.
You are preparing to use a version control system that allows for source code to be stored on a managed Windows server located on the company network.
Which of the following is the version control system you should use?

Answer options

Correct answer: D

Explanation

The correct answer is Git in Azure Repos because it is designed to work seamlessly within Azure DevOps and can be hosted on a managed Windows server in your company's infrastructure. The other options, like Github Enterprise, Bitbucket cloud, and Github Professional, are cloud-based solutions that do not meet the requirement for storing code on an internal managed server.