Skip to content

Commit eb6ca7a

Browse files
authored
Clarify zonal resiliency configuration options
Updated the section on zonal resiliency to clarify the HA server creation options and the fallback mechanism.
1 parent 4ae3952 commit eb6ca7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The **zonal** deployment option is available in all [Azure regions](/azure/postg
4848

4949
You can configure high availability (HA) in two ways: zone-redundant HA, which places the standby server in a different availability zone for maximum resiliency, or same-zone HA, which deploys the standby server in the same zone as the primary server to minimize latency.
5050

51-
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.
51+
The **'Business Critical (High Availability)'** section provides an option to create an HA server with **zonal resiliency**. 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

5353
:::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

0 commit comments

Comments
 (0)