Doubt regardint these two default rules: AllowInternetOutBound and DenyAllOutBound

Ariel Gonzalez 96 Reputation points
2022-07-07T01:24:12.703+00:00

If my understanding is correct the first rule (AllowInternetOutBound) is the one that lets my internal resources communicate out to the internet. If the internet is pretty much anything out there and AllowVnetOutBound is allowing me to connect inside my Vnet, what is the second rule denying (DenyAllOutBound)? Is it non-routable addresses like link-local, multicast, etc?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,772 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tchimwa Sougang 946 Reputation points Microsoft Employee
    2022-07-07T03:22:48.023+00:00

    Hi @Ariel Gonzalez and thanks for your question. DenyAllOutBound means Denying all communication out to anywhere. So when that rule is hit, all outbound communication is actually blocked (it doesn't matter if the destination here is VNET or Internet, it will be blocked). That's why this is always the last rule with the highest priority. All rules rules created with lower priority will be hit before this one.

    ----------

    Reference: https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview#security-rules


0 additional answers

Sort by: Most helpful

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.