Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
681 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Need to get the source IP of the client who is connecting from outside to my webserver behind a Azure Firewall NAT rule
Azure Firewall executes a source NAT to inbound traffic, and every source IP your webserver looks at in an access log is the private IP of Azure Firewall. So You can find the source IP address in the Azure Firewall diagnostic log. The log about DNAT is in AzureFirewallNetworkRule.
Best