Hi @Raj D ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question here.
As I understand your issue, you want to know the steps to be followed to perform the deployment in Synapse .
- You can use either Azure Resource Manager (ARM) templates or Azure Bicep to automate the deployment of Synapse pipelines, linked services, datasets, and triggers to different environments using Azure DevOps. Both options offer a way to declaratively define your resources and deploy them to Azure.
- ARM templates are JSON files that define the resources that you want to create or update in Azure. They have been around for a while, and have a lot of resources available such as documentation and examples.
- Azure Bicep is a newer language, it is a simpler and more streamlined option for authoring ARM templates. It is designed to be more user-friendly, more readable, and more concise than ARM templates.
Kindly check the below blogposts that can guide you through end to end steps on how to perform the deployment from one Synapse environment to another.
CI CD in Azure Synapse Analytics Part 1 CI CD in Azure Synapse Analytics Part 2 CI CD in Azure Synapse Analytics Part 3 CI CD in Azure Synapse Analytics Part 4 - The Release Pipeline
Hope this will help. Please let us know if any further queries.
- Please don't forget to click on or upvote button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators