DP-203 · Question #286
Drag and Drop Question You have an Azure subscription that contains an Azure Synapse Analytics workspace named workspace1. Workspace1 connects to an Azure DevOps repository named repo1. Repo1…
The correct answer is Create a schedule trigger.; Associate the schedule trigger with pipeline1.; Merge the changes from branch1 into main.; Publish the contents of main. The correct sequence follows the proper Azure Synapse CI/CD workflow: first create a schedule trigger in branch1 (where development work happens), then associate it with pipeline1, then merge branch1 into the collaboration branch (main) to promote the changes, and finally…
Question
Drag and Drop Question You have an Azure subscription that contains an Azure Synapse Analytics workspace named workspace1. Workspace1 connects to an Azure DevOps repository named repo1. Repo1 contains a collaboration branch named main and a development branch named branch1. Branch1 contains an Azure Synapse pipeline named pipeline1. In workspace1, you complete testing of pipeline1. You need to schedule pipeline1 to run daily at 6 AM. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Answer:
Exhibit
Answer Area
Drag items
Correct arrangement
- Create a schedule trigger.
- Associate the schedule trigger with pipeline1.
- Merge the changes from branch1 into main.
- Publish the contents of main.
Explanation
The correct sequence follows the proper Azure Synapse CI/CD workflow: first create a schedule trigger in branch1 (where development work happens), then associate it with pipeline1, then merge branch1 into the collaboration branch (main) to promote the changes, and finally publish the contents of main to push the changes to the live Synapse workspace so the trigger becomes active. Publishing is the critical final step that deploys ARM templates from the main branch to the actual Synapse runtime environment, making the schedule operational.
Topics
Community Discussion
No community discussion yet for this question.
