How to allow outbound web traffic only
ADM Stawik, Lukas
0
Reputation points
Hello,
I have setup an Azure Firewall and routes to control all traffic via the Azure Firewall. The firewall is deploy in the Hub and attached to an Express route circuit (Hub/Spoke)
Additionally I have setup a rule collection group with the priority of 64800 and it has 3 collections:
- NetworkRule: Deny all (Source: Any, Destination: Any, Protocol: Any, Port: Any) with priority 65000
- NetworkRule: Allow access to on-premise (Source: my Azure ranges, Destination: On-prem ranges) with priority 100
- ApplicationRule: Allow web traffic to the Internet (Source: my Azure ranges, Destination FQDNs: Any, Port/protocol: https/443, http/80) with priority 200
However, the application rule is ignored and traffic is blocked by the "Deny all" rule and I am not able to access any webpages via port 443.
Is there any other way to just allow web traffic (http/https) via the firewall or what I am doing wrong?
Thank you and best regards
Sign in to answer