Alternates for Azure Data Sync

Bob Fischer 71 Reputation points
2025-04-04T17:43:19.0966667+00:00

I currently use Azure Data Sync to provide data from an on- premises SQL Server to an Azure hosted website for a company's customers. With Data Sync ending I need to find the best method to retain the function of having data access available to the web app. The database is less than 1GB and active on a daily basis. The Azure account runs in an S0 or S1 environment easily. Are there suggestions for this replacement, or white papers comparing options?

Azure SQL Database
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Sai Raghunadh M 4,635 Reputation points Microsoft External Staff Moderator
    2025-04-04T18:25:43.5+00:00

    Hi @ Bob Fischer

    Greetings!!

    With Azure Data Sync being retired, there are several alternatives you can consider for synchronizing your on-premises SQL Server with an Azure-hosted database.

    Here are some options suitable to your scenario:

    Azure Data Factory: This is a robust option for data integration and transformation. It allows you to copy data from on-premises SQL Server to Azure SQL Database using pipelines. You can schedule and automate these processes for daily updates.

    Transactional Replication: This SQL Server feature enables you to replicate data from your on-premises SQL Server to Azure SQL Database. It works well for scenarios requiring near real-time synchronization.

    Azure SQL Managed Instance Link: If you are open to using Azure SQL Managed Instance, this feature allows seamless data synchronization between on-premises SQL Server and the cloud.

    Read Replicas: For read-heavy workloads, you can use read replicas in Azure SQL Database to offload queries from the primary database.

    Custom Solutions with Azure Functions: You can create custom synchronization logic using Azure Functions to handle specific requirements.

    Microsoft provides a detailed guide on migrating from SQL Data Sync, which includes alternative solutions and their use cases. You can find it here.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

  3. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2025-04-07T00:32:42.8366667+00:00

    A commercial alternative you can test and will probably fit your requirements is Symmetric DS. It works very well with Azure SQL databases.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.