Skip to content

Commit 5553eb2

Browse files
Add URL to replicas list by server swagger for now
1 parent c8dcfbc commit 5553eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/how-to-read-replicas-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Here, you need to replace `{subscriptionId}`, `{resourceGroupName}`, and `{repli
369369
}
370370
```
371371

372-
After the read replica is created, the properties of all servers which are replicas of a primary replica can be obtained by initiating an `HTTP GET`request by using []():
372+
After the read replica is created, the properties of all servers which are replicas of a primary replica can be obtained by initiating an `HTTP GET` request by using [list by server replicas API](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/Replicas.json):
373373

374374
```http
375375
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{sourceserverName}/replicas?api-version=2022-12-01

0 commit comments

Comments
 (0)