
Explanation:
The goal is to save the logic of a pipeline in Azure Data Factory when the Save button is unavailable due to validation errors that prevent publishing.
1. ARM Template Export Requires Valid Configuration
2. ARM Templates Capture Deployed State, Not Unpublished Changes
3. Validation Errors Block the Export Process
To save the logic of a pipeline with validation errors:
Exporting ADF1 as an ARM template does not meet the goal because validation errors prevent both publishing and ARM template export. The solution cannot capture the unsaved pipeline logic when the factory configuration contains validation errors.
Ultimate access to all questions.
You have an Azure subscription containing an Azure Data Factory named ADF1. You build a complex data pipeline in Azure Data Factory Studio, but the Save button is unavailable due to validation errors that prevent publishing. You need to ensure you can save the pipeline's logic.
Solution: You export ADF1 as an Azure Resource Manager (ARM) template.
Does this solution achieve the goal?
A
Yes
B
No
No comments yet.