We are needing to create a copy of all data that is on an Azure SQL Managed instance to an Azure SQL Server. The data will be updated/refreshed regularly. ideally some sort of job on a schedule would help as well but manual is fine. We just cannot find a solution to get the data from MI DB to SQL DB without manually creating a bacpac of MI data and then restoring to SQL DB every time. Any ideas? Has anyone successfully done this?
EDIT: Methods besides pipline/DF method. This is what we were looking at https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/replication-two-instances-and-sql-server-configure-tutorial but minus SQL VM part. Cannot get it to work.
Thanks