Skip to content

Commit 79af9d4

Browse files
committed
add fqdn
1 parent 23ea0d4 commit 79af9d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 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: 07/11/2019
8+
ms.date: 09/13/2019
99
---
1010

1111
# Replicate data into Azure Database for MariaDB
@@ -32,7 +32,7 @@ The [*mysql system database*](https://mariadb.com/kb/en/library/the-mysql-databa
3232
- If the master server has SSL enabled, ensure the SSL CA certificate provided for the domain has been included in the `mariadb.az_replication_change_master` stored procedure. Refer to the following [examples](https://docs.microsoft.com/azure/mariadb/howto-data-in-replication#link-the-master-and-replica-servers-to-start-data-in-replication) and the `master_ssl_ca` parameter.
3333
- Ensure the master server's IP address has been added to the Azure Database for MariaDB replica server's firewall rules. Update firewall rules using the [Azure portal](https://docs.microsoft.com/azure/mariadb/howto-manage-firewall-portal) or [Azure CLI](https://docs.microsoft.com/azure/mariadb/howto-manage-firewall-cli).
3434
- Ensure the machine hosting the master server allows both inbound and outbound traffic on port 3306.
35-
- Ensure the the master server has **Public IP address** or the DNS is public accessible
35+
- Ensure the the master server has a **public IP address**, the DNS is publicly accessible, or has a fully qualified domain name (FQDN).
3636

3737
### Other
3838
- Data-in replication is only supported in General Purpose and Memory Optimized pricing tiers.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The [*mysql system database*](https://dev.mysql.com/doc/refman/5.7/en/system-dat
3434
- If the master server has SSL enabled, ensure the SSL CA certificate provided for the domain has been included in the `mysql.az_replication_change_master` stored procedure. Refer to the following [examples](https://docs.microsoft.com/azure/mysql/howto-data-in-replication#link-master-and-replica-servers-to-start-data-in-replication) and the `master_ssl_ca` parameter.
3535
- Ensure the master server's IP address has been added to the Azure Database for MySQL replica server's firewall rules. Update firewall rules using the [Azure portal](https://docs.microsoft.com/azure/mysql/howto-manage-firewall-using-portal) or [Azure CLI](https://docs.microsoft.com/azure/mysql/howto-manage-firewall-using-cli).
3636
- Ensure the machine hosting the master server allows both inbound and outbound traffic on port 3306.
37-
- Ensure the the master server has **Public IP address** or the DNS is public accessible.
37+
- Ensure the the master server has a **public IP address**, the DNS is publicly accessible, or has a fully qualified domain name (FQDN).
3838

3939
### Other
4040
- Data-in replication is only supported in General Purpose and Memory Optimized pricing tiers.

0 commit comments

Comments
 (0)