Azure Postgresql Managed flexible server: Question about zonal high availability behaviour

ruben fernandez martinez 25 Reputation points
2025-06-23T13:33:07.7933333+00:00

What happens if the availability zone hosting the standby server fails, but the primary zone remains healthy?

Specifically:

  • Does the primary continue operating normally?
  • Is high availability temporarily degraded?
  • Will Azure automatically recreate the standby in another zone?
  • Is there any impact on performance or data durability during this period?
Azure Database for PostgreSQL
0 comments No comments
{count} votes

Accepted answer
  1. Mallaiah Sangi 1,145 Reputation points Microsoft External Staff Moderator
    2025-06-23T15:01:54.2666667+00:00

    Hi ruben fernandez martinez

    Greeting!!

    If the availability zone hosting the standby server fails but the primary zone remains healthy, your system should continue operating normally—though with reduced high availability until the standby is restored.

    Here’s what typically happens in this scenario:

    No Failover Triggered: Since the primary server is still up and running, there’s no need for a failover. Applications continue to connect to the primary as usual.

    High Availability Degraded: The system enters a degraded HA state. You temporarily lose the redundancy that protects against primary zone failure.

    Automatic Standby Reprovisioning: In many managed services like Azure SQL Hyperscale or PostgreSQL Flexible Server, the platform will attempt to recreate the standby replica in another healthy zone automatically.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.