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: use IP restrictions instead of internal ingress for Container App WAF
Internal Container App Environment ingress causes DNS resolution issues
for the frontend App Service proxy. Switch to external ingress with
VNet-only IP security restrictions (allow 10.0.0.0/8, deny all else).
Also update post-deploy scripts to detect IP restrictions in addition
to internal ingress when routing through the frontend proxy.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments