Share via

Deployment of Synapse objects

Rinshad Koissan 51 Reputation points
2022-03-21T05:25:45.087+00:00

Hi Team,

We were recently moved to Git from TFVC and deploying Synapse objects(Pipelines and Data flows) through ARM template. I've noticed that whenever new objects get published to main branch, the components are getting appended to a single ARM template. Curious to know that if there any methods of deploying on object alone from the whole Template file ? If not if there any methods for keeping different ARM template files for different pipelines ?

Thanks In Advance

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.


1 answer

Sort by: Most helpful
  1. Pratik Somaiya 4,211 Reputation points Volunteer Moderator
    2022-03-21T06:16:38.087+00:00

    Hello @Rinshad Koissan

    I am afraid that you might not be able to do so, removing something from an ARM Template and then deploying can delete the pipelines or flows which you removed from ARM Template, if you don't wish to deploy something which is not present in the end environment then you can manually remove from the template

    Was this answer helpful?


Your answer

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