Skip to content

Commit c2ab9e4

Browse files
authored
Merge pull request #57921 from ajlam/patch-2
Add firewall notes in replicas
2 parents 9628cf4 + db48cb8 commit c2ab9e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/mysql/concepts-read-replicas.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: andrela
77
editor: jasonwhowell
88
ms.service: mysql
99
ms.topic: conceptual
10-
ms.date: 10/30/2018
10+
ms.date: 11/13/2018
1111
---
1212

1313
# Read replicas in Azure Database for MySQL
@@ -55,12 +55,15 @@ Replica servers are created using the same server configurations as the master,
5555
- Backup retention period
5656
- Backup redundancy option
5757
- MySQL engine version
58+
- Firewall rules
5859

5960
After a replica has been created, you can change the pricing tier (except to and from Basic), compute generation, vCores, storage, and backup retention independently from the master server.
6061

6162
### Master server configuration
6263

63-
If a master's server configuration (ex. vCores or storage) is updated, the replicas' configuration should also be updated to equal or greater values. Without this, the replica server may not be able to keep up with changes made to the master and may crash as a result.
64+
If a master's server configuration (ex. vCores or storage) is updated, the replicas' configuration should also be updated to equal or greater values. Without this, the replica server may not be able to keep up with changes made to the master and may crash as a result.
65+
66+
New firewall rules added to the master server after a replica server has been created are not replicated to the replica. The replica should be updated with this new firewall rule as well.
6467

6568
### Deleting the master server
6669

@@ -82,7 +85,4 @@ Users on the master server are replicated to the read replicas. You can only con
8285
## Next steps
8386

8487
- Learn how to [create and manage read replicas using the Azure portal](howto-read-replicas-portal.md)
85-
86-
<!--
87-
- Learn how to [create and manage read replicas using the Azure CLI](howto-read-replicas-using-cli.md)
88-
-->
88+
- Learn how to [create and manage read replicas using the Azure CLI](howto-read-replicas-cli.md)

0 commit comments

Comments
 (0)