Hi ,
We want to move our Dev synapse workspace env (including SQL Pool / ADLS file system) from one subscription to another?
How can we do that?
Regards,
Abhishek Singh
Hi ,
We want to move our Dev synapse workspace env (including SQL Pool / ADLS file system) from one subscription to another?
How can we do that?
Regards,
Abhishek Singh
Perhaps use CICD?
https://docs.microsoft.com/en-us/azure/synapse-analytics/cicd/continuous-integration-deployment
JohnAherne-9205 while that would work for metadata, it would not move the contents of the associated storage account. An additional pipeline could help with that.
Thank you for the response.
We are looking to move the whole workspace from one subscription(old) to another subscription ( new ). I was referring to the below question (link). It was from 2020, I am hoping if there a new functionality added to move the entire synapse workspace.
Thanks!
This is currently not possible in Synapse. We do take feedback from the forums to the product team, but it is also helpful to post/upvote features on User Voice: https://feedback.azure.com/forums/307516-azure-synapse-analytics
I did it using Azure DevOps, though was not a straight forward process.
I had to recreate synapse instance and then re-deploy code from Az devops pipelines.
I have already given my steps, but will try to put some details
Ensure to have your synapse solution in Azure DevOps
Build and deploy devops release pipeline to new instance
10 people are following this question.