Manu
Manu

Reputation: 351

Data sync between on Prem MySQL and Azure Data Store

We have a legacy system which talks to on-premise MySQL database. We are building a new system and its hosted in Azure. The database it uses to store the data is in Azure Storage. Since the legacy application will be functional for some time, we would like to sync the data from MySQL to Azure Table Storage. Is there any tool that can help in the synchronization of the data from MySQL to Azure Table Storage?

Upvotes: 0

Views: 294

Answers (1)

angoyal-msft
angoyal-msft

Reputation: 79

You could use Data-in Replication feature for synchronization of data between MYSQL and Azure database.

Please refer this document for more information.

Hope it helps.

Upvotes: 0

Related Questions