How to allow outbound web traffic only

ADM Stawik, Lukas 0 Reputation points
2025-01-10T08:47:53.7+00:00

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:

  1. NetworkRule: Deny all (Source: Any, Destination: Any, Protocol: Any, Port: Any) with priority 65000
  2. NetworkRule: Allow access to on-premise (Source: my Azure ranges, Destination: On-prem ranges) with priority 100
  3. 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

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
707 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.