having the same issues. using python (not dotnet) private endpoints.
Error 403
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Currently, I have setup an Azure Function App that is integrated with a Virtual Network. After I configured everything inside the Networking tab of my Function App, I run into the Error 403 - Forbidden and cannot access my Function App backend url anymore. The Networking settings I have configured include Public Network Access enabled from select virtual networks and IP addresses, Unmatched rule action denied, rules that include my ip address and the vnet, and inbound/outbound ip address. The URL I am trying to access is in the form https://
having the same issues. using python (not dotnet) private endpoints.
Error 403