Data Engineering on Microsoft Azure — Question 85

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure subscription that contains an Azure data factory named ADF1.

From Azure Data Factory Studio, you build a complex data pipeline in ADF1.

You discover that the Save button is unavailable, and there are validation errors that prevent the pipeline from being published.

You need to ensure that you can save the logic of the pipeline.

Solution: You enable Git integration for ADF1.

Does this meet the goal?

Answer options

Correct answer: A

Explanation

Enabling Git integration for ADF1 allows you to save your pipeline logic in a Git repository, even if the Save button is disabled due to validation errors. The alternative option, 'No,' is incorrect because it implies that Git integration would not provide a way to save the work, which it does.