Exam DP-203 All QuestionsBrowse all questions from this exam
Question 104

You have an Azure data factory connected to a Git repository that contains the following branches:

• main: Collaboration branch

• abc: Feature branch

• xyz: Feature branch

You save changes to a pipeline in the xyz branch.

You need to publish the changes to the live service.

What should you do first?

    Correct Answer: B

    To publish changes to the live service in Azure Data Factory, you first need to create a pull request to merge the changes into the main branch. The main branch is the collaboration branch meant for integration and deployment. Only after merging the feature branch changes into the main branch should you then proceed with the publish operation.

Discussion
jsav1Option: B

Correct, always merge the feature into to the main branch and then publish the main branch

jongertOption: B

Correct, simply best practices for version control. Each feature branch develops changes, then should create pull requests to merge with main branch before publishing.

DanweoOption: B

B is correct

princeparkOption: B

Save changes to a pipeline in the xyz branch means that the changes are Published in the data factory

AlongiOption: A

Why not A? You should Publish the save changes before every pull requests

DiLsHOption: B

Correct

moizeOption: B

Bonne réponse : B.