An Azure managed PostgreSQL database service for app development and deployment.
Thanks for posting the detailed telemetry. Based on the event payload you shared (Unavailable with PlatformInitiated), this is most consistent with an Azure platform-side availability event, not a user-initiated operation.
For Azure Database for PostgreSQL Flexible Server, Microsoft guidance is:
- Check Service Health and the resource's Resource Health timeline for active incident context and recovery updates.
- Treat short interruptions as transient connectivity events in the app layer (retry logic is recommended by Microsoft for cloud database clients).
- If interruptions are prolonged or recurring in the same day, open a Support request from the resource/Help + support blade and include:
- UTC timestamps for each outage window
- Server name, region, subscription ID
- Activity Log correlation IDs
- Sample client-side errors and impact scope
Also, if this is a production workload and HA is not enabled yet, consider enabling High Availability (zone-redundant or same-zone). Microsoft documents that HA improves unplanned downtime mitigation by failing over to standby, while non-HA servers may require restart/reprovision recovery paths.
Why your Unknown Reason can appear:
- Resource Health can show an unavailable/platform-initiated condition even when full root-cause detail is not yet surfaced in the event title.
- The support case is the right path for incident-specific RCA tied to your exact server timeline.
Microsoft references:
- Resource Health overview: https://learn.microsoft.com/azure/service-health/resource-health-overview
- Resource Health FAQ: https://learn.microsoft.com/azure/service-health/resource-health-faq
- PostgreSQL Flexible Server connection troubleshooting: https://learn.microsoft.com/azure/postgresql/troubleshoot/how-to-troubleshoot-common-connection-issues
- PostgreSQL Flexible Server business continuity and outage visibility: https://learn.microsoft.com/azure/postgresql/backup-restore/concepts-business-continuity
Please 'Upvote' (Thumbs-up) and 'Accept' as answer if the response was helpful. This will be beneficial to other community members who face similar issues.
Best regards, Andrew S Taylor