
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.