Pipeline1! という名前の Azure Data Factory パイプラインがあります。Pipelinel には、データを Azure Data Lake Storage Gen2 アカウントに送信するコピー アクティビティが含まれています。パイプライン 1 は、スケジュール トリガーによって実行されます。 コピー アクティビティ シンクを新しいストレージ アカウントに変更し、変更をコラボレーション ブランチにマージします。 Pipelinel の実行後、データが新しいストレージ アカウントにコピーされていないことがわかります。 データが新しいストレージ アカウントにコピーされていることを確認する必要があります。 あなたは何をするべきか?
正解:A
CI/CD lifecycle A development data factory is created and configured with Azure Repos Git. All developers should have permission to author Data Factory resources like pipelines and datasets. A developer creates a feature branch to make a change. They debug their pipeline runs with their most recent changes After a developer is satisfied with their changes, they create a pull request from their feature branch to the main or collaboration branch to get their changes reviewed by peers. After a pull request is approved and changes are merged in the main branch, the changes get published to the development factory. Reference: https://docs.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery