Application security groups that can be specified within all security rules of a network security group 100

Suresh Murugesan 46 Reputation points
2021-01-07T17:35:01.977+00:00

Hi,

Would you please help clarify how this limit is calculated in Azure and what it means to an enterprise/cloud developer.

Azure limits documentation says....
"Application security groups that can be specified within all security rules of a network security group 100"

Thanks for your help

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,458 questions
{count} votes

Accepted answer
  1. Andreas Baumgarten 109.9K Reputation points MVP
    2021-01-07T19:12:57.247+00:00

    Details about Azure Application Security Group and how they work you can find here:
    https://learn.microsoft.com/en-us/azure/virtual-network/application-security-groups

    I read the limitation "Application security groups that can be specified within all security rules of a network security group" this way:

    • In a NSG you can have up to 1000 NSG rules
    • In max 100 of this 1000 NSG rules you can specify an Application Security Group as a source or destination

    The advantage of Application Security group is reducing the complexity and maintenance of NSG rules for specific groups of VMs and IPs.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

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.