Hi @sakuraime
You can configure Azure Db Data in Replication for SQL inclusive master.
https://learn.microsoft.com/en-us/azure/mysql/howto-data-in-replication
https://learn.microsoft.com/en-us/azure/mysql/concepts-data-in-replication
Database Read Replica(s) helps in decreasing load on the primary DB by serving read-only traffic. Read replicas allow you to elastically scale out beyond the capacity constraints of a single DB instance for read-heavy database workloads. Cross-region replication can be helpful for scenarios like disaster recovery planning or bringing data closer to your end users
(Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. Thank You)
Regards,
J.D.
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.