You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: restrict backend API to private access in WAF deployment
When enablePrivateNetworking (WAF mode) is active:
- Add privatelink.azurewebsites.net private DNS zone linked to VNet
- Create private endpoint for backend API App Service in peps subnet
- Set publicNetworkAccess to Disabled for backend API
- Frontend nginx reverse-proxies /api/ and /history/ requests to backend over VNet
- APP_API_BASE_URL set to empty so frontend calls same origin in WAF mode
- Non-WAF deployments remain unchanged
Resolves AB#39249
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments