
Answer-first summary for fast verification
Answer: Use Azure DevOps or GitHub to store pipeline artifacts and enable branching and merging features.
Option B is the correct approach as it leverages Azure DevOps or GitHub, which are designed for version control and collaboration. These platforms provide features like branching, merging, and history tracking, which are essential for managing pipeline artifacts. Option A lacks proper version control mechanisms, while Option C is not scalable and prone to errors. Option D is inefficient as it does not maintain a history of changes, making it difficult to track and revert to previous versions if needed.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are responsible for implementing version control for pipeline artifacts in Azure Data Factory. Which of the following best practices should you follow to ensure proper version control and collaboration among team members?
A
Store all pipeline artifacts in a single repository and use file naming conventions to differentiate versions.
B
Use Azure DevOps or GitHub to store pipeline artifacts and enable branching and merging features.
C
Manually copy and paste pipeline artifacts to different folders for version control.
D
Recreate pipeline artifacts for each version instead of maintaining a history of changes.
No comments yet.