Whats best way to replicate database (sql managed instance or Azure VM) from azure to on prem for a Disaster Recovery solution ?

Arun 21 Reputation points
2021-03-12T18:50:23.317+00:00

We are planning to have two primary instances on azure and have the third instance replicated on prem for DR solution.
Which model and technology would be best option to opt for ?

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-03-15T13:32:08.47+00:00

    @Arun Azure SQL MI can be configured as a publisher with your on-premises database as a subscriber.
    Please check this tutorial for more details.
    You will have all the benefits of a managed database on Azure while still being able to replicate to your on-premises database.

    If you need transactional replication, please ensure that you have a low latency connection over express route between your on-premises network and Azure so that you don't face any issues.

    If you want to use SQL Server on Azure VM's, configuring log shipping is no different from doing it between 2 VM's on premises.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-03-15T03:35:45.863+00:00

    @Arun Welcome to Microsoft Q&A forums and thank you for your interest in Azure services.

    If Disaster recovery is your primary concern, you can set up Active geo replication across globally available datacenters and automatically failover in case of an outage.
    However, if you still want to replicate the database to on-premises, you can use Azure SQL Database.
    You can then set up SQL Data Sync to replicate data to your on-premises databases. More details are here

    Please let us know if you have any further questions.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

    1 person found this answer helpful.