Hi again Bogdan Bujdea. Have you made any progress on this? I've noticed that a standard ACA deployment will fail if no startup/liveness probes are defined since the default (learn.microsoft.com/en-us/azure/container-apps/he…) startup probe uses port 80. Explicitly configuring probes with port 8080 resolves this. However, I'm still running into the same issue you reported when using HTTPS port 443 to access the API deployed on ACA.
Hi Bogdan. I ran into the same issue. Have you found a way to resolve this? I tried adding the ASPNETCORE_HTTP_PORTS, but it doesn't resolve the issue.
Bart Coppens
Hi again Bogdan Bujdea. Have you made any progress on this? I've noticed that a standard ACA deployment will fail if no startup/liveness probes are defined since the default (learn.microsoft.com/en-us/azure/container-apps/he…) startup probe uses port 80. Explicitly configuring probes with port 8080 resolves this. However, I'm still running into the same issue you reported when using HTTPS port 443 to access the API deployed on ACA.