Skip to content

Commit 23ea0d4

Browse files
committed
crosslink DMS with data-in replication
1 parent 400a03b commit 23ea0d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/mysql/concepts-data-in-replication.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 02/01/2019
8+
ms.date: 09/13/2019
99
---
1010

1111
# Replicate data into Azure Database for MySQL
@@ -17,6 +17,8 @@ The main scenarios to consider using Data-in Replication are:
1717

1818
- **Hybrid Data Synchronization:** With Data-in Replication, you can keep data synchronized between your on-premises servers and Azure Database for MySQL. This synchronization is useful for creating hybrid applications. This method is appealing when you have an existing local database server but want to move the data to a region closer to end users.
1919
- **Multi-Cloud Synchronization:** For complex cloud solutions, use Data-in Replication to synchronize data between Azure Database for MySQL and different cloud providers, including virtual machines and database services hosted in those clouds.
20+
21+
For migration scenarios, use the [Azure Database Migration Service](https://azure.microsoft.com/services/database-migration/)(DMS).
2022

2123
## Limitations and considerations
2224

@@ -41,3 +43,4 @@ The [*mysql system database*](https://dev.mysql.com/doc/refman/5.7/en/system-dat
4143
## Next steps
4244
- Learn how to [set up data-in replication](howto-data-in-replication.md)
4345
- Learn about [replicating in Azure with read replicas](concepts-read-replicas.md)
46+
- Learn about how to [migrate data with minimal downtime using DMS](howto-migrate-online.md)

0 commit comments

Comments
 (0)