Data Engineering on Microsoft Azure — Question 74
You have an Azure data factory named ADF1.
You currently publish all pipeline authoring changes directly to ADF1.
You need to implement version control for the changes made to pipeline artifacts. The solution must ensure that you can apply version control to the resources currently defined in the Azure Data Factory Studio for ADF1.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. From the Azure Data Factory Studio, run Publish All.
- B. Create an Azure Data Factory trigger.
- C. Create a Git repository.
- D. Create a GitHub action.
- E. From the Azure Data Factory Studio, select Set up code repository.
- F. From the Azure Data Factory Studio, select Publish.
Correct answer: C, E
Explanation
The correct answers are C and E because creating a Git repository (C) is essential for version control, and setting up the code repository in Azure Data Factory Studio (E) enables integration with Git. The other options do not directly contribute to implementing version control for the pipeline artifacts.