Create a private ACA environment with Azure Front Door - microsoft/azure-container-apps GitHub Wiki
Q: How to create a private ACA environment and protect the ingress with Azure Front Door?
A:
Step 1: Create an ACA environment with your own custom vnet.
Step 2: Create a Private Link to the private LB in the environment MC_
resource group and don't forget to approve the connection in the Private Link resource.
Step 3: Create AFD and connect to the ACA environment and Private Link. Make sure the Origin type
is Custom
and the Origin host name
is the app FQDN.