1

I have created an Azure Synapse Analytics Workspace in which I have pipelines with parameters. These parameters have storage account name, folder names etc which will change as we deploy the Synapse Analytics Workspace from Dev to Stage and Prod.

During the deployment in the Parameters file - I do not see pipeline parameters parameterized. Only Triggers and Linked services parameters are available as parameters in ARM Template. In Azure Data Factory, we would define using arm-template-parameters-definition.json that which parameters need to be available in ARM Template parameters file.

Is there a similar option available in Synapse Workspace?

1 Answer 1

2

You can follow this article: CICD Automation in Synapse Analytics: taking advantage of custom parameters in Workspace Templates.

You would need to create a custom template-parameters-definition.json file. Then you will be able to add more customization.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you this was helpful and resolved the issue.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.