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
fix: route post-deploy API calls through frontend proxy in WAF mode
When Container App ingress is internal (WAF/private networking), the
post-deployment scripts cannot reach the backend API directly from the
developer's machine. Detect internal ingress by checking the Container
App's external property, and route API calls through the frontend App
Service proxy (which is public and forwards /api/* to the backend over
the VNet).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments