I've created a simple hello world container app with an internal ingress but it doesn't work accessing it using the same VNet with a separate VM on it -- it's just inacessible. Any idea what is going wrong? It should work as follows:
I configured it as follows:
ContainerApp
Ingress Application ingress settings:
Managed Environment
ContainerApp ingress internal with VNet not accessible
Ingress Traffic: Accept traffic from anywhere
"As you mentioned Ingress Traffic, you selected Accept traffic from anywhere, but this is for external access
. In order to access within the VNet, make sure to select the Limited to VNet option under ingress settings. Follow the MS Doc for more details
Contianer app ingress settings
Note: You can also check the NSG rules to see if any Deny rule has been created for outbound traffic on ports 80 and 443.
Private DNS Zone configuration
Private endpoint configuration
When I try to access the container app from the VM, the container app is able to access it.
Result from outside network.
Follow Stack Link1 and Stack Link 2. for the same realted issue.