I created a private container apps where I would like to access its web site via vpn gateway.
The private container apps is into the VNET, specific of RG where contains a NSG (default configuration). Also, I created and configured the private DNS zone in which I create a Virtual Network Link associated to VNET, than I added a record set with name *.[same container app address] and container app ip address.
I have a VPN already configured for other VMs and is working. It is into another RG (hub) with its VNET and NSG. I configured peering between hub vnet and spoke vnet.
So, I can't access the web site via vpn. The host not found. I don't have an idea to resolve it. Maybe there is additional configuration in the NSG where the docker container is running in the 9000:9000.
That's the overview print the infrastructure.
Does anyone have any idea what I may do?