Skip to content

Commit d3b9663

Browse files
authored
Update howto-read-replicas-portal.md
1 parent fc6fdb8 commit d3b9663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A read replica server can be created using the following steps:
4747
7. Select **OK** to confirm creation of the replica.
4848

4949
> [!NOTE]
50-
> Read replicas are created with the same server configuration as the master. The replica server configuration can be changed after it has been created. It is recommended that the replica server's configuration should be kept at equal or greater values than the master to ensure the replica is able to keep up with the master.
50+
> Read replicas are created with the same server configuration as the master. The replica server configuration can be changed after it has been created. The replica server is always created in the same resource group and same subscription as the master server. If you want to create a replica server to a different resource group or different subscription, you can [move the replica server](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription) after creation. It is recommended that the replica server's configuration should be kept at equal or greater values than the master to ensure the replica is able to keep up with the master.
5151
5252
Once the replica server has been created, it can be viewed from the **Replication** blade.
5353

@@ -133,4 +133,4 @@ To delete a master server from the Azure portal, use the following steps:
133133

134134
## Next steps
135135

136-
- Learn more about [read replicas](concepts-read-replicas.md)
136+
- Learn more about [read replicas](concepts-read-replicas.md)

0 commit comments

Comments
 (0)