Skip to content

Commit b3d4f0c

Browse files
Merge pull request #246317 from VandhanaMehta/readreplicacli
Added note in the doc
2 parents 0800696 + b6d9b52 commit b3d4f0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/mysql/flexible-server/how-to-read-replicas-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ A read replica server can be created using the following command:
4040
az mysql flexible-server replica create --replica-name mydemoreplicaserver --source-server mydemoserver --resource-group myresourcegroup
4141
```
4242

43+
> [!IMPORTANT]
44+
>When using CLI for creating in-region read replica from a source server with private access, the source server network settings are carried over. The private access input parameters, such as "private-dns-zone", "subnet" and "vnet" are ignored and in-region read-replica is created with same private access settings as the source server
45+
4346
> [!NOTE]
4447
> Read replicas are created with the same server configuration as the source. The replica server configuration can be changed after it has been created. The replica server is always created in the same resource group, same location and same subscription as the source server. If you want to create a replica server to a different resource group or different subscription, you can [move the replica server](../../azure-resource-manager/management/move-resource-group-and-subscription.md) after creation. It is recommended that the replica server's configuration should be kept at equal or greater values than the source to ensure the replica is able to keep up with the source.
4548

0 commit comments

Comments
 (0)