
Explanation:
The goal is to save the logic of the pipeline when the Save button is unavailable due to validation errors preventing publication.
Azure Data Factory stores all pipeline definitions as ARM (Azure Resource Manager) templates in JSON format. The JSON code visible in the ADF Studio interface represents the complete pipeline configuration, including:
While this solution technically meets the goal of saving the pipeline logic, it's important to note:
The solution successfully meets the stated goal of preserving the pipeline logic by capturing the JSON representation, even though it doesn't resolve the underlying validation issues that prevent normal saving and publishing.
Ultimate access to all questions.
You have an Azure subscription containing an Azure Data Factory named ADF1. You build a complex data pipeline in ADF1 using Azure Data Factory Studio. You find that the Save button is disabled due to validation errors that are preventing the pipeline from being published. You need to ensure you can save the pipeline's logic.
Solution: You view the JSON code representation of the pipeline and copy the JSON to a file.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.