Regarding MS SQL Server migration, here you can use the free tool DMA = Data Migration Assistant, see Overview of Data Migration Assistant
Migrate Database From IaaS to Paas

Hello,
Hope you are doing well.
I've a question and i hope you guys can help me.
At this moment we want to migrate SQL Server and MySQL that exist as VM's to PaaS services such as SQL Managed Instance and MySQL database.
Azure have any tool that simplifies this, since our infrastructure is already in Azure. If not, do you have any tips to do that?
Thanks in advance.
Azure SQL Database
Azure Migrate
2 additional answers
Sort by: Most helpful
-
Daniel Nascimento 281 Reputation points
2022-01-11T16:57:29.18+00:00 @Olaf Helper thank you for your answer. So basically I could use the same tools I used to migrate to azure?
-
GeethaThatipatri-MSFT 29,552 Reputation points Microsoft Employee Moderator
2022-01-13T00:37:08.077+00:00 Hello @Daniel Nascimento Thanks for the question and using MS Q&A platform
Thanks, @Olaf Helper for your contribution and for providing the documentation.
In Addition to OlafHelper-2800 yes you can use the DMA tool
You can also use SSMS:
Do Export operations From SSMS using by Creating the .bacpac file using SSMS Export and Importing the .bacpac file using SSMS Import and from the Portal : You can import a SQL Server database into Azure SQL Database or SQL Managed Instance using a BACPAC fileRegards
Geetha