Subnets behind Azure Firewall

Copper Contributor
Is it possible to advertise actual source IPs on azure VM that sits behind Azure firewall to onprem network? Currently everything is advertised with single azure firewall IP. Thanks
1 Reply
Hi Sjactivity. It is possible, i am using this solution.
you can following on this link: https://docs.microsoft.com/en-us/azure/firewall/tutorial-hybrid-portal

for my implement setting.
1. On your WVD VNet, subnet route your traffic to Azure Firewall (Connection from WVD to On-Prem)and on Peering setting set Configure forwarded traffic settings: Enable
-- The Traffic will route in to Azure Firewall
1.1 At route table set configuration ->Propagate gateway routes: no
--- to prevent the propagation of on-premises routes to the network interfaces in associated subnets.

2. At Azure Firewall config rule that you want to allow traffic allow to Onprem network
-- The Firewall will allow traffic to destination. By default if you propagate on prem network route by set at local network gateway (Static or BGP), Azure Firewall Vnet will see network on prem

3. At GatewaySubnet, you need to create route table to set destination WVD network route to AzureFW (Connection from On-Prem to WVD)