Pass Client IP to the webserver behind Azure Firewall

Padman Prasantha De Silva 21 Reputation points
2022-04-04T18:01:39.563+00:00

Is it possible to Pass Client IP to the webserver behind Azure Firewall,
need to obtain the original client IP's which connect to my webserver behind the azure firwall

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
653 questions
0 comments No comments
{count} votes

Accepted answer
  1. Takahito Iwasa 4,851 Reputation points MVP
    2022-04-04T20:09:06.8+00:00

    Hi, anonymous user

    You can get the client IP address before NAT translation from the X-Fowarded-For header by placing the Azure Application Gateway in front of the Azure Firewall.

    This architecture is recommended for workloads that require the client's IP address.
    Please check the following documents for details.

    Firewall, App Gateway for virtual networks - Azure Example Scenarios \| Microsoft Learn

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.