An Azure managed PostgreSQL database service for app development and deployment.
Welcome to Microsoft Q&A
Hello @Granot, Ofir (RIS-TLV) I hope you are doing well.
The az rest output shows that zoneRedundantHaSupported is false and supportedHAMode only returns SameZone for usgovvirginia. This indicates that the service currently does not expose Zone-Redundant HA in that region, which explains the HADisabledForRegion error.
It appears there is a discrepancy between the current service capability and the documentation for that region.
Please check the following:
- Verify the regional capabilities using the
Microsoft.DBforPostgreSQL/locationsREST API, as you've already done. - For now, deploy using Same-Zone HA if your workload must remain in US Gov Virginia.
- If Zone-Redundant HA is a hard requirement, consider using another supported region where this capability is currently enabled.
- If you believe this is a documentation inconsistency or an unexpected service behavior, I recommend opening a Microsoft support request so the product team can verify whether this is a documentation issue or a feature rollout delay.
References
https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-high-availability
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.