ADFdev と ADFprod という 2 つの Azure Data Factory インスタンスがあります。 ADFdev は Azure DevOps Git リポジトリに接続します。
Git リポジトリのメイン ブランチから ADFdev に変更を公開します。
アーティファクトを ADFdev から ADFprod にデプロイする必要があります。
最初に何をすべきですか?
正解:C
Explanation
In Azure Data Factory, continuous integration and delivery (CI/CD) means moving Data Factory pipelines from one environment (development, test, production) to another.
Note:
The following is a guide for setting up an Azure Pipelines release that automates the deployment of a data factory to multiple environments.
* In Azure DevOps, open the project that's configured with your data factory.
* On the left side of the page, select Pipelines, and then select Releases.
* Select New pipeline, or, if you have existing pipelines, select New and then New release pipeline.
* In the Stage name box, enter the name of your environment.
* Select Add artifact, and then select the git repository configured with your development data factory.
Select the publish branch of the repository for the Default branch. By default, this publish branch is adf_publish.
* Select the Empty job template.
Reference:
https://docs.microsoft.com/en-us/azure/data-factory/continuous-integration-deployment