I'm having 6 App Services on 1 App Service Plan on Azure with private endpoint on each. Every Web app is using VNet integration. On 3 of them I'm experiencing 403 IP Forbidden from time to time. After few minutes it goes back to live with no config changes.
- There are no IP restrictions set.
- On Networking -> Private Endpoints connection state is Approved.
- I can see my App Service in Private DNS zone.
nslookup
is returning to me proper addresses, but during the 403 I'm receiving Web App's in-bound IP Address.
Do you know what might be an issue here?