Azure Data Factory: Supported Repository Types for Source Control

Supported Repository Types for Source Control in Azure Data Factory

Question

Jay, a Big Data Engineer of Adatum Corporation, is currently working with the Azure Data Factory for building data pipelines.

He needs to integrate the code repository with Data Factory. Which of the following two repository types are supported as source control for the Data factory?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: C.

The correct answer is C. Git & Azure DevOps.

Azure Data Factory supports source control integration with Git and Azure DevOps. Git is a distributed version control system that can be used to track changes in code repositories, while Azure DevOps is a software development platform that includes a code repository, continuous integration and deployment tools, and project management features.

Using Git or Azure DevOps as the source control repository for Azure Data Factory provides several benefits, including version control, code collaboration, and easier management of pipeline configuration and deployment.

Therefore, option C is the correct answer as it includes both Git and Azure DevOps, which are the supported repository types for Azure Data Factory. Options A and B are not entirely correct, as GitLab and Bitbucket are not explicitly mentioned as supported repository types for Azure Data Factory. Option D is also incorrect, as Git is also supported, in addition to Azure DevOps.