Skip to content

Commit 432bbd1

Browse files
authored
Merge pull request #112261 from ajlam/replicainherit
remove preview cross-region
2 parents 36223da + eec282f commit 432bbd1

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

articles/mariadb/concepts-read-replicas.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ The read replica feature uses asynchronous replication. The feature isn't meant
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-
> [!NOTE]
33-
> Cross region replication is in preview.
34-
3532
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.
3633

3734
[ ![Read replica regions](media/concepts-read-replica/read-replica-regions.png)](media/concepts-read-replica/read-replica-regions.png#lightbox)

articles/mariadb/howto-read-replicas-cli.md

Lines changed: 1 addition & 4 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: 3/18/2020
8+
ms.date: 4/21/2020
99
---
1010

1111
# How to create and manage read replicas in Azure Database for MariaDB using the Azure CLI and REST API
@@ -41,9 +41,6 @@ The `az mariadb server replica create` command requires the following parameters
4141

4242
To create a cross region read replica, use the `--location` parameter.
4343

44-
> [!NOTE]
45-
> Cross region replication is in preview.
46-
4744
The CLI example below creates the replica in West US.
4845

4946
```azurecli-interactive

articles/mariadb/howto-read-replicas-portal.md

Lines changed: 1 addition & 4 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: 3/18/2020
8+
ms.date: 4/21/2020
99
---
1010

1111
# How to create and manage read replicas in Azure Database for MariaDB using the Azure portal
@@ -41,9 +41,6 @@ A read replica server can be created using the following steps:
4141

4242
![Azure Database for MariaDB - Replica location](./media/howto-read-replica-portal/replica-location.png)
4343

44-
> [!NOTE]
45-
> Cross region replication is in preview. To learn more about which regions you can create a replica in, visit the [read replica concepts article](concepts-read-replicas.md).
46-
4744
7. Select **OK** to confirm creation of the replica.
4845

4946
> [!NOTE]

0 commit comments

Comments
 (0)