is there any ways other than ARM templates to deploy the ADF pipelines and its related resources from dev to test environment?

revathi ramasamy 0 Reputation points
2023-01-30T09:21:07.2333333+00:00

Is there any ways other than ARM templates to deploy the ADF pipelines and its related resources from dev to test environment?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,206 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Nandan Hegde 33,946 Reputation points MVP
    2023-01-30T09:44:20.8866667+00:00

    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 ?

    0 comments No comments

  2. Oury Ba-MSFT 20,186 Reputation points Microsoft Employee
    2023-02-01T22:27:29.7066667+00:00

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.