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 Container App access in WAF deployment
When enablePrivateNetworking (WAF mode) is active:
- Frontend FastAPI server proxies /api/* requests to backend via httpx
- /config endpoint returns same-origin /api URL so browser never sees
the Container App URL directly
- Post-deploy scripts detect WAF mode and route API calls through
the frontend App Service proxy
- Non-WAF deployments remain unchanged (direct backend access)
Resolves AB#39249
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments