Skip to content

Commit e83a1e5

Browse files
authored
Merge pull request #52966 from cdhunt/master
Add service endpoint persistent connection problem tip
2 parents 58faa9f + 5c58340 commit e83a1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/postgresql/howto-troubleshoot-common-connection-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ If the application persistently fails to connect to Azure Database for PostgreSQ
4444
* Server firewall configuration: Make sure that the Azure Database for PostgreSQL server firewall is configured to allow connections from your client, including proxy servers and gateways.
4545
* Client firewall configuration: The firewall on your client must allow connections to your database server. IP addresses and ports of the server that you cannot to must be allowed as well as application names such as PostgreSQL in some firewalls.
4646
* User error: You might have mistyped connection parameters, such as the server name in the connection string or a missing *\@servername* suffix in the user name.
47+
* If you see the error _Server is not configured to allow ipv6 connections_, note that the Basic tier doesn't support VNet service endpoints. You have to remove the Microsoft.Sql endpoint from the subnet that is attempting to connect to the Basic server.
4748

4849
### Steps to resolve persistent connectivity issues
4950

0 commit comments

Comments
 (0)