Unable to ping VM to VM with traffic routed through the Firewall.
I have a 2 spokes and a hub. the rote tables in the spoke are configured to route the traffic through the firewall. 0.0.0.0/0 . I have VM's in both the spokes and i want to ping one from the other. This is not successfull. I have allowed all protocal…
Azure Firewall
Azure Firewall - URL matching
Does www.contoso.com in targetUrl match www.contoso.com/?siteId=asd343s32kj343dce ? Documentation mentions that it should match below examples www.contoso.com www.contoso.com/ The doc also mentions that www.contoso.com/test should match…
Azure Firewall
Azure Firewall Outbound
Documentation keeps mentioning that app rules are applied only to outbound traffic. Same applies to network rules where dst is fqdn. They are only applied to outbound traffic - traffic leaving from VNET. Can someone please explain that little more? What…
Azure Firewall
Azure Firewall - public IP as nexthop
Documentation says that Application rules aren't applied for inbound connections. So, if you want to filter inbound HTTP/S traffic, you should use Web Application Firewall (WAF) So my understanding is that when FW receives something on public IP,…
Azure Firewall
Clarification on Public IP Addresses and DNAT Rules in Azure Firewall
Documentation mentions that the number of public IP addresses attached to a Firewall and the unique destinations in DNAT rules both contribute to the total limit of 250 public IP addresses. I have confusion regarding how DNAT rules operate. Does the…
Azure Firewall
Not able to ping vm to vm in hub spoke with azure firewall
I have set up hub and 2 spokes using Azure Firewall to route traffic from spoke to spoke. I have set correct route to allow all to all this is the only firewall rule I have In both subnet I have set default route rule to Azure Firewall IP there are no…
Azure Firewall
Azure
Azure Firewall - force tunneling
Why does documentation says that in order to enable force tunneling I must create an Azure Firewall with the Firewall Management NIC enabled? Can I not do that without management subnet/nic? What happens if I create udr for fw subnet to forward some…
Azure Firewall
Azure Firewall - Network rule with FQDN
I want to use azure firewall to filter inbound traffic based on FQDN, for example allow just traffic from the domain out.example.com to reach our virtual network resources, is this supported ? The doc mention just outbound traffic. I can't filter by IP…
Azure Firewall
Enforcing All Traffic Through Azure Firewall with Site-to-Site VPN Between Azure Tenants – Asymmetric Routing and RDP Failure
Problem Statement Scenario: We have two Azure tenants (Tenant1 and Tenant2) connected via Site-to-Site VPN. In Tenant1, we have deployed Azure Firewall in a hub virtual network. All traffic must be forced through Azure Firewall for inspection, including…
Azure Firewall
Azure Firewall with NAT Gateway
I am looking at this example - Azure Firewall with NAT Gateway and I am trying to understand this - Route table example with NAT Gateway. "You must add a route for the return path to use the NAT Gateway public IP address instead of the Azure…
Azure Firewall

Azure firewall proxy
Hello, If you have set up several DNS servers behind an Azure Firewall DNS Proxy. For example your own DNS server and Azure DNS. How does the DNS request that goes through the DNS Proxy know where to go? Does the request choose a random DNS server…
Azure DNS
Azure Firewall
Azure Firewall I see the
Azure Firewall reports the following problems: Failed to resolve FQDN microsoftmetrics.com. Error lookup microsoftmetrics.com on 127.0.0.53:53: no such host; DNS resolution returned no IPs. It comes from AzureFirewallSubnet subnet. So seems that Azure…
Azure Firewall
"Retirement: Default outbound access for VMs in Azure will be retired" - applies to managed vms?
It's not clear to me in the announcement and docs whether this will apply to managed vms such as those underlying resources such as Azure Firewall, Azure Database for Postgres, CosmosDB, Vnet Gateways Our "Virtual Machine" and VMSS resources…
Azure Firewall
Deleted Azure Cloud PA are still showing in Palo Alto portal
I removed 3x Cloud PA from Azure however they are still showing in the PA support portal. I contacted PA support and they stated that because they were created with the Pay as you go Azure method they must be removed from the Azure side. I do not see…
Azure Firewall
Intermittent Passive FTP connection via Azure Firewall
Hi I've set up an FTP server on a Windows 2022 vm on vnet4. The VM has a number of private addresses as it's used for HTTPS and FTP. It also currently has an unused public IP. I have an Azure firewall on vnet3. The firewall policy has DNAT rules…
Azure Firewall
Azure Firewall Classic Rules - rule processing order
What is the rule processing logic for Azure Firewall when using classic rules (i.e., without a policy)? I have three rule collections configured, and I assume the processing logic follows the same order as with the policy-based approach—where…
Azure Firewall
Azure Firewall - application rules
Documentation says that application rules aren't applied for inbound connections. So, if you want to filter inbound HTTP/S traffic, you should use Web Application Firewall (WAF). For more information, see What is Azure Web Application Firewall? So…
Azure Firewall
Azure Firewall DNAT
Is it possible to create a DNAT rule on Azure Firewall to translate traffic from the firewall's private IP address to another destination, such as a VM in a different VNet? Or are DNAT rules only applicable when using the firewall's public IP address?
Azure Firewall

Azure Firewall - NAT inherited policy
Here the documentation says that NAT rules are not inherited from parent policy Link - https://learn.microsoft.com/en-us/azure/firewall-manager/policy-overview#hierarchical-policies however this example says NAT rules are applied from parent…
Azure Firewall
Firewall and Workload Subnet NSG
Issue: Unable to reach the internet when using specific NSG destination rules, despite routing through Azure Firewall. Setup Overview: Azure Firewall is deployed in a dedicated AzureFirewallSubnet within a VNet. The workload subnet has a User Defined…