An Azure service that provides a general-purpose, serverless container platform.
Hi nikithakoshy,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
You need to use Azure Private Link.
Azure Private Link is a service that allows you to connect your Azure resources to a private endpoint in a virtual network. This provides a private connection to the service, bypassing the public internet.
Please follow the below steps:
- Create a Private Endpoint:
- In the Azure portal, navigate to the resource you want to connect to (e.g., Azure App Service).
- Select "Private Link" and create a new private endpoint.
- Choose a virtual network and subnet where your Container Apps environment resides.
- Specify the private IP address range for the private endpoint.
- Configure Container Apps:
- In your Container Apps environment, configure the network settings to allow outbound connections to the virtual network where the private endpoint is located.
- Use the private endpoint's FQDN in your Container Apps applications to connect to the Azure App Service.