Hi, @Kumar
In general, when using an L7 reverse proxy, the client IP address will be the Front Door or Application Gateway instance IP address.
Therefore, I think it is necessary to use the HTTP header X-Forwarded-For to determine the client IP address on the backend.
https://learn.microsoft.com/en-us/azure/frontdoor/front-door-http-headers-protocol
In that case, I think you should check using the check-header
policy instead of ip-filter
.