Skip to content

Commit d33992a

Browse files
authored
Merge pull request #309023 from gaurikasar/high-availability
High availability
2 parents 4491861 + 301bf90 commit d33992a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

49.2 KB
Loading

articles/reliability/reliability-azure-database-postgresql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to ensure reliability and availability in Azure Database
44
author: gaurikasar
55
ms.author: gkasar
66
ms.reviewer: maghan, gbowerman
7-
ms.date: 10/21/2025
7+
ms.date: 12/03/2025
88
ms.service: azure-database-postgresql
99
ms.topic: concept-article
1010
ms.custom:
@@ -50,9 +50,9 @@ You can configure high availability (HA) in two ways: zone-redundant HA, which p
5050

5151
To simplify configuration and ensure zonal resiliency, the portal provides a Zonal Resiliency option with two radio buttons: Enabled and Disabled. Selecting Enabled attempts to create the standby server in a different availability zone (zone-redundant HA mode). If the region doesn't support zone-redundant HA, you can select the fallback checkbox (highlighted in the following image) to enable same-zone HA instead.
5252

53-
:::image type="content" source="media/reliability-azure-database-postgresql/multi-availability-zones.png" alt-text="Screenshot of the zonal resiliency experience in the portal." lightbox="./media/reliability-azure-database-postgresql/same-zone-high-availability-architecture.png":::
53+
:::image type="content" source="media/reliability-azure-database-postgresql/multi-availability-zones.png" alt-text="Screenshot of the zonal resiliency experience in the portal." lightbox="./media/reliability-azure-database-postgresql/multi-availability-zones.png":::
5454

55-
When you select the fallback checkbox, the system creates the standby server in the same zone and later triggers an automatic migration workflow during a maintenance window to move it to a different zone once capacity becomes available. If you don't select the checkbox and zonal capacity is unavailable, HA enablement fails. This design enforces zone-redundant HA as the default while providing a controlled fallback for same-zone HA, ensuring workloads eventually achieve full zone resiliency without manual intervention.
55+
When you select the fallback checkbox, the system creates the standby server in the same zone. If zonal capacity later becomes available, Azure will notify you so you can choose to migrate to a zone-redundant HA configuration using [PITR or read replicas](/azure/postgresql/flexible-server/how-to-configure-high-availability). If you don't select the checkbox and zonal capacity is unavailable, HA enablement fails. This design enforces zone-redundant HA as the default while providing a controlled fallback for same-zone HA, ensuring workloads eventually achieve full zone resiliency without manual intervention.
5656

5757
### High availability features
5858

0 commit comments

Comments
 (0)