Hello, so I've created an app service that will be used as an API. I want to make it so the app service can only be called while you're on prem, using VPN (Virtuel network?) or going through the API Gateway.
I am however having quite a bit of trouble setting it up. I've got the virtuel network set up. I know this because I have a service that can access our inhouse DB and our VPN also works.
so I've tried to add a private endpoint, however the site ends up being forbidden for everyone.
I've tried to access it through the private endpoint SERVICENAME.privatelink.azurewebsites.net however I get a 404. I've struggled all day and I've gotten nowhere.