Edit

Delete private endpoint connections

Azure Database for PostgreSQL flexible server is an Azure Private Link service. This feature enables you to create private endpoints so your client applications can connect privately and securely to your Azure Database for PostgreSQL flexible server.

A private endpoint for your Azure Database for PostgreSQL flexible server is a network interface that you add to a subnet of an Azure virtual network. Any host or service that can route network traffic to that subnet can communicate with your flexible server. The network traffic doesn't have to traverse the internet. All traffic is sent privately over the Microsoft backbone.

For more information about Azure Private Link and Azure Private Endpoint, see Azure Private Link frequently asked questions.

Using the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server.

  2. In the resource menu, under the Settings section, select Networking.

    Screenshot showing the Networking page.

  3. Select the private endpoint connection that you want to delete, and select Delete to start the deletion process.

    Screenshot showing the Delete button to trigger the deletion of an existing private endpoint connection.

  4. A notification informs you that the private endpoint connection is being deleted.

    Screenshot showing the notification informing that it's deleting the private endpoint connection.

  5. When the operation completes, a notification informs you that the private endpoint connection was successfully deleted.

    Screenshot showing the notification informing that private endpoint connection is deleted.

Important

The previous procedure doesn't delete the private endpoint, but only the connection between that private endpoint and your instance of Azure Database for PostgreSQL flexible server. To learn how to delete the private endpoint, see Manage Azure private endpoints.