
Explanation:
In Azure Data Factory with Git integration, the correct workflow follows Git-based source control best practices:
Why Option B is Correct:
Why Other Options Are Incorrect:
Best Practice Workflow:
This approach maintains code quality, enables collaboration, and ensures only validated changes reach production.
Ultimate access to all questions.
You have an Azure Data Factory connected to a Git repository with the following branches: main (collaboration branch), abc (feature branch), and xyz (feature branch). After saving changes to a pipeline in the xyz branch, you need to publish the changes to the live service.
What is the first action you must perform?
A
Publish the data factory.
B
Create a pull request to merge the changes into the main branch.
C
Create a pull request to merge the changes into the abc branch.
D
Push the code to a remote origin.
No comments yet.