Managed Azure Container app environment

How to pair cloud vnet with a managed azure container app environment?

@alexey.zimarev any ideas

I am not an expert in Azure, but have you checked Azure docs? I found this one at least https://learn.microsoft.com/en-us/azure/container-apps/vnet-custom?tabs=bash&pivots=azure-portal

Would be good not be creating vnets. It defeats the purpose of azure container apps

I don’t think your claim is correct. Enabling applications (in any environment) to access internal cloud resources is a very common scenario. Exposing everything in public creates lots of risks and adds complexity to all the components as they need to be properly protected. It’s very common that publicly exposed workloads form some sort of DMZ, and they can access internal resources via a VPC/VM link. It’s supported by all major cloud providers.