How can I add a DNAT rule in Azure Firewall policy for incoming traffic to a specific IP address with a port range?
I'm trying to add a DNAT (Destination Network Address Translation) rule in Azure Firewall policy for incoming traffic to a specific IP address with a port range but encountering an issue where can't add a port range, only single ports. If this is not…
Azure Firewall
Whats the order of Firewall policies execution.
I have a hub and spoke setup in my tenant. There 2 vm, one in each spoke. I have a azure firewall policies setup. All the traffic between the spokes are routed through the firewall. I have a firewall policy in place. 1 network rule which allows with…
Azure Firewall
Why would inbound/outbound HTTPS requests to a payment gateway (secure.clickpay.com.sa) timeout from our Azure VM but work from local devices, despite confirmed NSG and firewall rules allowing the traffic?
We’re experiencing a connection timeout whenever a client tries to complete a payment. When I run: curl -I https://secure.clickpay.com.sa from our server, there is no response—but the same command succeeds from my personal device or others. I’ve already…
Azure Firewall
How can one find Azure Firewall creation date please?
Hi I'm trying to find Azure Firewall creation date please. I failed to find it in resource JSON view or playing with get-resource PS command and looking at properties fields. Thanks
Azure Firewall
What is https://aka.ms/. Why is this firewalled?
Is https://aka.ms safe? I can't access anything from Microsoft anymore because https://aka.ms/ is blocked behind my company firewall. What is https://aka.ms/? Why did Microsoft start putting all MSDN downloads here? VS 2022 is here. Why?
Azure Firewall
Alternatives for IP groups while creating firewall policy rules.
I have a bunch of network and application rules in Azure Firewall Policy. While creating the groups I can either specify source and destination IP ranges or IP groups. I am implementing the Hub and spoke architecture in my tenant which means I will…
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 - RuleCollection with no rules
What happens if a rule collection (network, NAT, or application) is defined but contains no rules? Will the configured action (e.g., Allow or Deny) still be applied? Does it effectively act as an implicit "Allow All" or "Deny…
Azure Firewall
Azure Firewall DNS Proxy Failing to Resolve SCM Records in Private DNS Zones
I have a hub-and-spoke architecture in Azure where I'm using Azure Firewall in the hub as a DNS proxy. I have multiple private DNS zones configured in the hub and have established VNet links to my spoke networks. I've also added A records for my function…
Azure DNS
Azure Firewall
Azure Virtual Network
Azure Private Link
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 - SNAT
When a DNAT rule is matched in Azure Firewall, is source NAT (SNAT) always applied — regardless of the SNAT configuration defined in Azure Firewall SNAT behavior for private IP ranges? Does Azure Firewall always apply SNAT when the destination is a…
Azure Firewall
ExpressRoute private peering - site-to-site VPN overlay
I have an upcoming task: Design and configure a site-to-site vpn over an expressRoute circuit private peering, and have some questions around routing. This has been driven due to regulation that enforces encryption of PII data in transit. The…
Azure Firewall
Info about custom routing and UDRs with Azure Firewall and VPN gateway transit in a hub & spoke model
Hi everyone, I have configured an architecture in my lab as follows: From the left in the hub network I deployed an Azure Firewall because all traffic must go through. The hub network on the right is on another Subscription, specifically…
Azure Virtual WAN
Azure VPN Gateway
Azure Firewall
Azure Virtual Network
Azure Network Watcher
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
Logged Traffic in Azure Firewall does not match Source and Destination defined in Rules
When checking the Logs of our Azure Firewall in Premium SKU I noticed very strange behavior. The source AND destination for allowed traffic do not match the defined rule that allegedly allowed the traffic. Example: I defined a rule like this: NameSource…
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
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 - 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
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
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…