You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/whats-new.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,16 @@ This article summarizes new releases and features in Azure Database for MySQL -
25
25
> [!NOTE]
26
26
> This article references the term slave, which Microsoft no longer uses. When the term is removed from the software, we'll remove it from this article.
27
27
28
+
## May 2023
29
+
30
+
-**Read-Replica in Geo-Paired Region on Azure Database for MySQL- Flexible Server**
31
+
32
+
Azure Database for MySQL - Flexible server now supports cross region read-replica in a geo-paired region. The feature allows you to replicate your data from an instance of Azure Database for MySQL Flexible Server to a read-only server in geo-paired region. [Learn more](how-to-read-replicas-portal.md)
33
+
34
+
-**Support for data-in replication using GTID**
35
+
36
+
Flexible Server now also supports [Data-in Replication](concepts-data-in-replication.md) using GTID based replication. You can also use this feature to configure data-in replication for HA enabled servers as well. To learn more - see [how to configure data-in replication using GTID](how-to-data-in-replication.md)
0 commit comments