Is there a way to deploy Azure Data Factory pipeline using DevOps CI/CD without using ARM template?

Kun Kuang 0 Reputation points
2024-11-21T15:00:21.11+00:00

I want to deploy Azure Data Factory pipelines using DevOps release pipeline without using ARM template.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,992 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 33,721 Reputation points Microsoft Employee
    2024-11-26T04:33:31.5533333+00:00

    Hi Kun Kuang ,

    Welcome to Microsoft Q&A platform and thanks for posting your query here.

    As per my understanding , you want to deploy ADF but not via Arm template. Using ARM template is the most suited way of performing CICD in ADF. Could you please share the reason why you dont want to use ARM template.

    Azure Data Factory utilizes Azure Resource Manager templates to store the configuration of your various ADF entities (pipelines, datasets, data flows, and so on). There are two suggested methods to promote a data factory to another environment:

    • Automated deployment using Data Factory's integration with Azure Pipelines
    • Manually upload a Resource Manager template using Data Factory UX integration with Azure Resource Manager.

    Kindly checkout the official documentation: Continuous integration and delivery in Azure Data Factory

    Additionally, You can try using bicep for the deployment. Bicep is Domain Specific Language for deploying resources to Azure . For more details around the bicep implementation, kindly checkout this video: Deploying Azure Data Factory using Bicep

    Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou


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.