Skip to content

Commit de1ae0b

Browse files
Merge pull request #262291 from AlicjaKucharczyk/patch-2
special regions
2 parents b590ed8 + eb3681f commit de1ae0b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/postgresql/flexible-server/concepts-read-replicas.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,17 @@ Read replicas are primarily designed for scenarios where offloading queries is b
4848

4949
A read replica can be created in the same region as the primary server and in a different one. Cross-region replication can be helpful for scenarios like disaster recovery planning or bringing data closer to your users.
5050

51-
You can have a primary server in any [Azure Database for PostgreSQL region](https://azure.microsoft.com/global-infrastructure/services/?products=postgresql). A primary server can also have replicas in any global region of Azure that supports Azure Database for PostgreSQL. Currently [special Azure regions](../../virtual-machines/regions.md#special-azure-regions) aren't supported.
51+
You can have a primary server in any [Azure Database for PostgreSQL region](https://azure.microsoft.com/global-infrastructure/services/?products=postgresql). A primary server can also have replicas in any global region of Azure that supports Azure Database for PostgreSQL. Additionally, we support special regions [Azure Government](../../azure-government/documentation-government-welcome.md) and [Azure in China](https://learn.microsoft.com/azure/china/overview-operations). The special regions now supported are:
52+
53+
- **Azure Government regions**:
54+
- US Gov Arizona
55+
- US Gov Texas
56+
- US Gov Virginia
57+
58+
- **Azure in China regions**:
59+
- China North 3
60+
- China East 3
61+
5262

5363
### Use paired regions for disaster recovery purposes
5464

0 commit comments

Comments
 (0)