Azure Container App routing over one VPN gateway, not routing over second

David-3580644 0 Reputation points
2025-03-10T22:36:41.7333333+00:00

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
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,186 Reputation points Microsoft Employee
    2025-04-29T13:23:22.6266667+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.