Reputation: 165
I want to deploy my azure data factory using Azure DevOps. I have worked with the deployment using ARM templates with resource group deployment tasks during the release pipeline, but I want to know any other way for the ADF deployment apart from ARM templates?
The reason being that ARM templates deploy everything but I have lot of sample pipelines in my DEV environment which cant be deployed in other QA or Production. But ARM templates are restricting me to do so.
Upvotes: 1
Views: 1093
Reputation: 72151
Last one requires bit of creativity, you'd have to construct API call on your own.
Upvotes: 1