question

abhishekpalsingh avatar image
0 Votes"
abhishekpalsingh asked sanjayr30 commented

Move an entire Azure Synapse Analytics workspace to another subscription

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

azure-synapse-analytics
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JohnAherne-9205 avatar image
0 Votes"
JohnAherne-9205 answered MartinJaffer-MSFT commented
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·
abhishekpalsingh avatar image
0 Votes"
abhishekpalsingh answered

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.

https://docs.microsoft.com/en-us/answers/questions/127299/transfer-an-entire-azure-synapse-analytics-workspa.html#:~:text=Unfortunately%2C%20you%20cannot%20transfer%20an,submitted%20by%20another%20Azure%20customer.

Thanks!

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SamaraSoucy-MSFT avatar image
0 Votes"
SamaraSoucy-MSFT answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

sanjayr30 avatar image
0 Votes"
sanjayr30 answered sanjayr30 commented

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.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Can u please provide me more details about how you did it?

0 Votes 0 ·
sanjayr30 avatar image sanjayr30 KripaRaghavendran-9276 ·

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

0 Votes 0 ·