We are trying to Migrate Azure SQL Managed Instance Databases from Azure Cloud - Company Account to Another Cloud in Clients Accounts. Need help to choose the right migration methods to migration the Azure SQL MI Databases across subscription and different accounts.
Asked
Active
Viewed 38 times
1 Answers
0
Export your Database to your local machine as bacpac file:
https://learn.microsoft.com/en-us/azure/azure-sql/database/database-export
Upload into a Blob storage and import your bacpac file into the new subscription:
https://learn.microsoft.com/en-us/azure/azure-sql/database/database-import?tabs=azure-powershell

Juanma Feliu
- 1,298
- 4
- 16