We have a website hosted on an appservice. When the user hits the url, it uses below flow.
Frontdoor-> app gateway -> appservice
Appservice has custom domain added.
Appservice has below network configuration.
Private endpoint added
- Enabled with access restrictions
- Any Unmatched rule -> Deny
- VPN -> Allow
- onprem -> Allow
- AppGateway -> Allow
But, right now it’s allowing traffic from the internet even if we used above configuration. I want to block any requests coming from the internet.