DP-203 · Question #323
Drag and Drop Question You have a project in Azure DevOps that contains a repository named Repo1. Repo1 contains a branch named main. You create a new Azure Synapse workspace named Workspace1. You…
The correct answer is Configure a code repository and select Repo1.; Create a new branch.; Set the main branch as the collaboration branch.; Create pipeline artifacts and save them in the new branch. The correct sequence is: (1) Configure a code repository and select Repo1 to link Workspace1 to source control, (2) Set the main branch as the collaboration branch so it serves as the integration point for published artifacts, (3) Create a new feature branch to satisfy the…
Question
Drag and Drop Question You have a project in Azure DevOps that contains a repository named Repo1. Repo1 contains a branch named main. You create a new Azure Synapse workspace named Workspace1. You need to create data processing pipelines in Workspace1. The solution must meet the following requirements:
- Pipeline artifacts must be stored in Repo1
- Source control must be provided for pipeline artifacts.
- All development must be performed in a feature branch.
Which four actions should you perform in sequence in Synapse Studio? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:
Exhibit
Answer Area
Drag items
Correct arrangement
- Configure a code repository and select Repo1.
- Create a new branch.
- Set the main branch as the collaboration branch.
- Create pipeline artifacts and save them in the new branch.
Explanation
The correct sequence is: (1) Configure a code repository and select Repo1 to link Workspace1 to source control, (2) Set the main branch as the collaboration branch so it serves as the integration point for published artifacts, (3) Create a new feature branch to satisfy the requirement that all development must be performed in a feature branch, and (4) Create pipeline artifacts and save them in the new branch to keep development isolated from main. This workflow follows Azure Synapse's Git integration best practices where the collaboration branch (main) is the target for merging, but actual development happens in feature branches via pull requests.
Topics
Community Discussion
No community discussion yet for this question.
