endpoint IP flows via the normal path or via Azure private path hidden from the user ?

Gongya Yu (admin) 0 Reputation points
2025-05-31T04:09:19.8133333+00:00

We have an endpoint behind the security appliance in the Hub vnet. pinging the endpoint shows the security appliance IP, but tcp traffic does not show in the security appliance log.

Like to what I might have missed.

thanks !!

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,752 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sindhuja Dasari 1,520 Reputation points Microsoft External Staff Moderator
    2025-06-02T10:39:07.5566667+00:00

    Hello Gongya Yu (admin)
    I understand that you're running into some routing issues with your endpoint behind the security appliance in the Hub VNet.

    It seems that while the ping requests are going through the security appliance, TCP traffic is bypassing it, which could be due to the traffic being routed through Azure's network rather than your defined path.

    Here are a couple of steps to help troubleshoot this:

    1. If your endpoint is a Private Endpoint, make sure that network policies on the subnet are enabled. This setting forces the traffic through your user-defined routes (UDR), guiding it to the firewall.
    2. Inspect the routing tables associated with your VNet and ensure that traffic destined for the endpoint is routed correctly through your security appliance.
    3. Check any Network Security Groups (NSGs) that may be applied to your VNet. Sometimes NSGs can inadvertently allow, or block traffic based on predefined rules.
    4. Utilize Azure Network Watcher to analyze the effective routes to your endpoint and diagnose any issues with network flow.

    Please don’t forget to close the thread by clicking "Accept the answer" and "Yes" wherever the information provided helps you, as this can be beneficial to other community members.

    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.