403 forbidden response from private endpoint

KILIAN GOETZ 6 Reputation points
2022-09-02T13:32:59.227+00:00

Hello,

I have one VNET with two subnets. One of these have a private web app with a private endpoint. The other one have an application gateway for load balancing and web application firewall. Nonetheless, i have an issue with my backend in application Gateway i have a 403 code issue response from private endpoint. I don't know why I have this issue because private endpoint authorize entries from my app Gateway subnet and my back end pool is configure on MyWebApp.azurewebsites.net.

Do you know how to resolve this issue ?

Thanks for your help and have a nice day,
Kind regards, Kilian GOËTZ.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
969 questions
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.
470 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KILIAN GOETZ 6 Reputation points
    2022-09-02T19:31:13.477+00:00

    I finally found solution of the issue. I forgot to declare a private DNS zone in my private endpoint and declared it into my backendPool. Create DNS private zone is mandatory.

    1 person found this answer helpful.