Skip to content

Commit 5c58340

Browse files
authored
public repo edit
1 parent 3498b93 commit 5c58340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +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.
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.
4848

4949
### Steps to resolve persistent connectivity issues
5050

0 commit comments

Comments
 (0)