microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
372 stars 29 forks source link

Add Azure Traffic Manager Support #58

Open RehanSaeed opened 2 years ago

RehanSaeed commented 2 years ago

When I create an instance of Azure Traffic Manager and try to add endpoints pointing to Container Apps there is currently no way to select an internal Azure endpoint (which is cheaper). Instead, I am forced to configure it as an external endpoint and pass the FQDN.

Secondly, it would be helpful if there was a guide on how to create Container App endpoints in Azure Traffic Manager. When I have tried doing so, I get 404 responses from traffic manager. I believe the issue is to do with the Envoy ingress not knowing about the traffic manager domain name but I'm unsure how I can configure it.

richp582 commented 2 years ago

Yes, this is definitely a big need of ours as well.

Thanks

richp582 commented 2 years ago

@RehanSaeed for what it's worth, I got it working with Azure Front Door, but it's way overkill for what we need and would much rather use Traffic Manager

Ricky-G commented 2 years ago

@RehanSaeed for what it's worth, I got it working with Azure Front Door, but it's way overkill for what we need and would much rather use Traffic Manager

@richp582 when you got it working with Front Door, was it through private endpoints? Can't seem to find anything around private endpoints, was it through FQDN?

KarenTazayan commented 1 year ago

I'm unable to run it as an external endpoint with FQDN when using an environment with vnet. I get [HTTP/1.1 404 Not Found] even if the endpoint monitor status is "Online".