An Azure managed PostgreSQL database service for app development and deployment.
Hi Romeo Guevara,
Thank you for reaching out to the Microsoft Q&A forum.
The issue looks more like a username or credential problem than a firewall, network, or SSL issue.
Please try these steps:
- Use only
adminpgsqlas the username. Do not useadminpgsql@bodyshop-pgsql-dev. - Test from Cloud Shell:
psql -h bodyshop-pgsql-dev.postgres.database.azure.com -p 5432 -U adminpgsql -d postgres "sslmode=require" - Enter the newly reset password when prompted.
- In DBeaver, remove the saved password and enter the new password manually.
- In Azure Portal, confirm PostgreSQL authentication is enabled.
- Reset the administrator password once more and wait a few minutes before testing.
There is no supported way to view the actual password/hash of the Azure PostgreSQL admin role, and normally there is no separate credential refresh operation required after a password reset.
If adminpgsql still fails from both Cloud Shell and DBeaver after a fresh password reset, this may need to be investigated as a service-side authentication issue.
References: