0

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.

1 Answers1

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