Skip to content

Commit ded8857

Browse files
committed
add mysql, maria
1 parent 0e4afe8 commit ded8857

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

articles/mariadb/concepts-read-replicas.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 09/04/2019
8+
ms.date: 09/06/2019
99
---
1010

1111
# Read replicas in Azure Database for MariaDB
@@ -30,7 +30,9 @@ The read replica feature uses asynchronous replication. The feature isn't meant
3030
## Cross-region replication
3131
You can create a read replica in a different region from your master server. Cross-region replication can be helpful for scenarios like disaster recovery planning or bringing data closer to your users.
3232

33-
You can have a master server in any [Azure Database for MariaDB region](https://azure.microsoft.com/global-infrastructure/services/?products=mariadb). A master server can have a replica in its paired region or the universal replica regions.
33+
You can have a master server in any [Azure Database for MariaDB region](https://azure.microsoft.com/global-infrastructure/services/?products=mariadb). A master server can have a replica in its paired region or the universal replica regions. The picture below shows which replica regions are available depending on your master region.
34+
35+
[ ![Read replica regions](media/concepts-read-replica/read-replica-regions.png)](media/concepts-read-replica/read-replica-regions.png#lightbox)
3436

3537
### Universal replica regions
3638
You can always create a read replica in any of the following regions, regardless of where your master server is located. These are the universal replica regions:
254 KB
Loading

articles/mysql/concepts-read-replicas.md

Lines changed: 4 additions & 2 deletions
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: 09/04/2019
8+
ms.date: 09/06/2019
99
---
1010

1111
# Read replicas in Azure Database for MySQL
@@ -29,7 +29,9 @@ The read replica feature uses MySQL asynchronous replication. The feature isn't
2929
## Cross-region replication
3030
You can create a read replica in a different region from your master server. Cross-region replication can be helpful for scenarios like disaster recovery planning or bringing data closer to your users.
3131

32-
You can have a master server in any [Azure Database for MySQL region](https://azure.microsoft.com/global-infrastructure/services/?products=mysql). A master server can have a replica in its paired region or the universal replica regions.
32+
You can have a master server in any [Azure Database for MySQL region](https://azure.microsoft.com/global-infrastructure/services/?products=mysql). A master server can have a replica in its paired region or the universal replica regions. The picture below shows which replica regions are available depending on your master region.
33+
34+
[ ![Read replica regions](media/concepts-read-replica/read-replica-regions.png)](media/concepts-read-replica/read-replica-regions.png#lightbox)
3335

3436
### Universal replica regions
3537
You can always create a read replica in any of the following regions, regardless of where your master server is located. These are the universal replica regions:
254 KB
Loading

0 commit comments

Comments
 (0)