Thanks for posting your question in the Microsoft Q&A forum.
You can implement the following solution:
Network Configuration: Deploy your internal Azure Container Apps environment in a custom virtual network and use Virtual Network Integration for your Azure App Services to connect them to the same virtual network.
DNS Configuration: Create a Private DNS Zone for your Container Apps environment and link this Private DNS Zone to the virtual network used by both Container Apps and App Services.
Implementation:
- Create a custom virtual network for your Container Apps environment.
- Deploy your Container Apps as an internal environment within this VNet
- Set up Virtual Network Integration for your App Services.
- Create a Private DNS Zone for your Container Apps
- Link the Private DNS Zone to your VNet
- Configure your App Services to use the Private DNS Zone for name resolution.
- Implement proper network security groups to control traffic flow between App Services and Container Apps.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful