
Ultimate access to all questions.
You are required to implement version control for pipeline artifacts in Azure Data Factory. Explain the process you would follow to set up version control, including the tools you would use, how you would integrate these tools with Azure Data Factory, and the benefits of this approach.
A
Use manual backups of pipeline JSON files and store them locally.
B
Integrate Azure Data Factory with Azure DevOps, using Git repositories for version control, and enable continuous integration and deployment pipelines.
C
Store pipeline definitions in a shared network folder and manually track changes.
D
Email pipeline JSON files to team members for version tracking.