Hey,
Either Git Mode or ARM templates are the only ways as of now
https://learn.microsoft.com/en-us/azure/data-factory/copy-clone-data-factory
Any specific reason why there is a thought for other ways ?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there any ways other than ARM templates to deploy the ADF pipelines and its related resources from dev to test environment?
Hey,
Either Git Mode or ARM templates are the only ways as of now
https://learn.microsoft.com/en-us/azure/data-factory/copy-clone-data-factory
Any specific reason why there is a thought for other ways ?
Hi @revathi ramasamy Thank you for reaching.
If you are looking for a way to deploy an Azure Data Factory pipeline and its resources, you can create a bicep file which is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. It provides concise syntax, reliable type safety, and support for code reuse. The following document contains example on how you can deploy an ADF pipelines using bicep. Quickstart: Create an Azure Data Factory using Bicep
Please let me know if this is helpful.
Regards,
Oury