We have a scenario, where we want to migrate existing azure SQL database to another azure SQL Server/Azure SQL DB in another resource group without any application downtime or as much minimum as possible.
I have found few ways but those are not fulfilling my requirements:
DMS - can not use Azure SQL DB as source
Powershell: Can only create snapshot at a point in time.
is there any possible way?