#App Service On Prem and VPN access only

1 messages · Page 1 of 1 (latest)

forest jungle
#

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.

tough tartan
#

So the flow of traffic should be on-prem > site to site > app service

#

Check your dns by doing nslookup or ping your azure app service dns name and see if it resolves properly

#

it's usually always DNS