Skip to content

Commit 3498b93

Browse files
committed
Add service endpoint persistent connection problem tip
As provided by the "Diagnose and solve problems" in the Azure portal.
1 parent 960754d commit 3498b93

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 does not support VNet service endpoints. You have to remove the endpoint Microsoft.Sql from the subnet attempting to connect to the Basic server.
4748

4849
### Steps to resolve persistent connectivity issues
4950

0 commit comments

Comments
 (0)