An Azure network security service that is used to protect Azure Virtual Network resources.
Welcome to Microsoft Q&A
Hello @Sahil Chaudhry I hope you are doing well.
If the connection succeeds but no corresponding logs appear in Azure Firewall, the traffic may be following a more specific route than the 0.0.0.0/0 UDR (for example, a system route for a Private Endpoint, VNet peering, or another routing configuration).
Please check the following:
- Review the Effective Routes on the VM's NIC to verify which route is selected for the destination IP.
- Confirm whether the destination IP belongs to an Azure service (such as a Private Endpoint or Service Endpoint), as these can use more specific system routes.
- Use Azure Network Watcher – Next Hop to determine the actual next hop for the destination IP.
- Verify Azure Firewall logs for the specific connection attempt. If no logs are generated and the effective route points elsewhere, the traffic is not traversing the firewall.
If the effective routes confirm that the 0.0.0.0/0 UDR should be used, but the traffic still bypasses the firewall with no corresponding logs, I recommend opening a Microsoft Support request so the networking team can investigate the routing behavior.
References
- User-defined routes overview: https://learn.microsoft.com/azure/virtual-network/virtual-networks-udr-overview
- Azure Network Watcher – Next Hop: https://learn.microsoft.com/azure/network-watcher/next-hop-overview
- Azure Firewall diagnostics: https://learn.microsoft.com/azure/firewall/monitor-firewall
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.