You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Test the private link connection for the PostgreSQL server using any available client. In the example below I have used [Azure Data studio](https://docs.microsoft.com/sql/azure-data-studio/download?view=sql-server-ver15) to do the operation.
@@ -213,7 +213,7 @@ After you've created **myVm**, connect to it from the internet as follows:
213
213
| Setting | Value |
214
214
| ------- | ----- |
215
215
| Server type| Select **PostgreSQL**.|
216
-
| Server name| Select *mydemopostgresserver.postgres.privatelink.database.azure.com* |
216
+
| Server name| Select *mydemopostgresserver.privatelink.postgres.database.azure.com* |
217
217
| User name | Enter username as username@servername which is provided during the PostgreSQL server creation. |
218
218
|Password |Enter a password provided during the PostgreSQL server creation. |
219
219
|SSL|Select **Required**.|
@@ -236,4 +236,4 @@ When you're done using the private endpoint, PostgreSQL server, and the VM, dele
236
236
237
237
## Next steps
238
238
239
-
In this how-to, you created a VM on a virtual network, an Azure Database for PostgreSQL - Single server, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the PostgreSQL server using Private Link. To learn more about private endpoints, see [What is Azure private endpoint](https://docs.microsoft.com/azure/private-link/private-endpoint-overview).
239
+
In this how-to, you created a VM on a virtual network, an Azure Database for PostgreSQL - Single server, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the PostgreSQL server using Private Link. To learn more about private endpoints, see [What is Azure private endpoint](https://docs.microsoft.com/azure/private-link/private-endpoint-overview).
0 commit comments