Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
419 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have an app hosted using Container Apps. The frontend is deployed on a container and Ingress is exposed to the internet. I am trying to setup CDN and hook it up to the app. I created a CDN profile using Azure CDN Edgio. The setup was as below:
As a result:
When I hit the Endpoint I get a 504 Gateway timeout. The response header has an entry:
EC-Proxy-Error: 20
There is no X-Azure-Ref in the response to use it on the diagnostic page on Azure.
The request does not reach my frontend. This is confirmed by exploring the logs.
What could be the issue and how can I fix it?