Hi @David-3580644
I wanted to share some links I discovered that hopefully will help troubleshoot your networking issue. For one, you can use tcpdump to capture a network trace when your container app is attempting to reach the s2s_connection_2
. Container Apps: How to capture a network trace using TCPDUMP outlines how you can install the tool and its usage so that you can analyze the dump in Wireshark. In addition, Installing troubleshooting tools in a Container Apps ‘hello-world’ image list additional tools you can install, like netstat, dig, tcptraceroute, etc. that you can use to identify why the container app traffic isn't going over connection.
Azure Container App routing over one VPN gateway, not routing over second
David-3580644
0
Reputation points
We have an Azure Container App sitting on VNET subnet. We also have a VNET Gateway we're using as a VPN device to connect S2S to two different sites. The container app is able to route to one site without issue, but isn't routing to the second. Both connections have a local gateway with the target IP range configured, and both connections are showing as "Active". One connection has a NAT config, the other does not.
Does anyone have any ideas or troubleshooting steps for this issue?
Thanks!
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
625 questions
1 answer
Sort by: Most helpful
-
Ryan Hill 30,186 Reputation points Microsoft Employee
2025-04-29T13:23:22.6266667+00:00