Private Endpoint impossible to create on PostgreSQL flexible server despite preview activated

fbrunhes 25 Reputation points
2024-02-27T14:14:17.48+00:00

Hello, On my subscription, I activated the preview feature called "Enable Private Endpoints for PostgreSQL flexible servers". After subscription is validated, I logout/Log on. After, I create a new "Azure Database for PostgreSQL Flexible Server". At last, and from the Azure Portal, I want to create a new Private Endpoint on this new PostgreSQL server. I choose an already created Resource Group, call my Private Endpoint "test", in "Type of Resource" I choose "Microsoft.DBforPostgreSQL/flexibleServers", on "Resource", I chose my PostgreSQL flexible server previously created but when I want to choose the "Target sub resource", I have an error that can be translated as "No sub resource available" as if I hadn't activated the preview feature before. Where am I wrong for creating this Private Endpoint please ? Regards,

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
510 questions
Azure Database for PostgreSQL
0 comments No comments
{count} vote

Accepted answer
  1. RahulRandive 9,896 Reputation points
    2024-02-27T16:55:37.5166667+00:00

    Hi @fbrunhes

    As per documentation this is only available for Public access servers

    • If you configure public traffic or a service endpoint and you create private endpoints, then different types of incoming traffic are authorized by the corresponding type of firewall rule.
    • If you don't configure any public traffic or service endpoint and you create private endpoints, then the Azure Database for PostgreSQL Flexible server is accessible only through the private endpoints. If you don't configure public traffic or a service endpoint, after all approved private endpoints are rejected or deleted, no traffic will be able to access the Azure Database for PostgreSQL Flexible server.

    Networking overview - Azure Database for PostgreSQL - Flexible Server with Private Link connectivity | Microsoft Learn

    Thank you!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.