DP-203 · Question #19
You have two Azure Data Factory instances named ADFdev and ADFprod. ADFdev connects to an Azure DevOps Git repository. You publish changes from the main branch of the Git repository to ADFdev. You nee
The correct answer is C. From Azure DevOps, create a release pipeline.. In Azure Data Factory, continuous integration and delivery (CI/CD) means moving Data Factory pipelines from one environment (development, test, production) to another. The following is a guide for setting up an Azure Pipelines release that automates the deployment of a data facto
Question
You have two Azure Data Factory instances named ADFdev and ADFprod. ADFdev connects to an Azure DevOps Git repository. You publish changes from the main branch of the Git repository to ADFdev. You need to deploy the artifacts from ADFdev to ADFprod. What should you do first?
Options
- AFrom ADFdev, modify the Git configuration.
- BFrom ADFdev, create a linked service.
- CFrom Azure DevOps, create a release pipeline.
- DFrom Azure DevOps, update the main branch.
How the community answered
(31 responses)- A10% (3)
- B3% (1)
- C84% (26)
- D3% (1)
Explanation
In Azure Data Factory, continuous integration and delivery (CI/CD) means moving Data Factory pipelines from one environment (development, test, production) to another. The following is a guide for setting up an Azure Pipelines release that automates the deployment of a data factory to multiple environments. 1. In Azure DevOps, open the project that's configured with your data factory. 2. On the left side of the page, select Pipelines, and then select Releases. 3. Select New pipeline, or, if you have existing pipelines, select New and then New release 4. In the Stage name box, enter the name of your environment. 5. Select Add artifact, and then select the git repository configured with your development data Select the publish branch of the repository for the Default branch. By default, this publish branch 6. Select the Empty job template. https://docs.microsoft.com/en-us/azure/data-factory/continuous-integration-deployment
Topics
Community Discussion
No community discussion yet for this question.