DP-203 Exam QuestionsBrowse all questions from this exam

DP-203 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?

Show Answer
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

7 comments
Sign in to comment
jongertOption: B
Jan 6, 2024

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

jsav1Option: B
Jan 15, 2024

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

moizeOption: B
Jan 13, 2024

Bonne réponse : B.

DiLsHOption: B
Feb 2, 2024

Correct

AlongiOption: A
Apr 14, 2024

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

princeparkOption: B
Apr 16, 2024

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

DanweoOption: B
Jul 13, 2024

B is correct