I have configured an Azure Container Apps environment with an application and aim to exclusively access it through Front Door.
Despite the seemingly straightforward nature of this requirement, it has proven to be a challenging endeavor.
I have managed to find a workaround that is compatible with the previous consumption model (accessing the kubernetes-internal
load balancer), as opposed to the workload profile-based one.
Additionally, I have attempted to utilize an Application Gateway between Front Door and Azure Container Apps, but encountered an error stating that the configuration changes could not be saved due to the incompatibility of the application gateway with Private Link Configuration in the context of NetworkIsolation.
How can I make the setup (FrontDoor + Application Container Apps in a vnet) work?