Forum Discussion

gzygadlo's avatar
gzygadlo
Brass Contributor
May 19, 2019
Solved

Network Security Groups

After looking at Azure Security Center recommendations that not all my VM's have NSG's and probably a policy I need to create requiring it.  On the ones that do created there are three rules that are...
  • Hannes_LG's avatar
    May 20, 2019
    Hi,

    take a look at my blog post:
    http://cloudblogger.at/2019/05/11/azure-loadbalancer-acl-rules/

    The last rule will affect, when you have a public IP (VM, LB,..)
    If you want to drop any traffic to the IP, you have to define a separate drop rule with the priority 4096 but keep in mind, when you drop ANY you cannot create a loadbalancer because the health checks will also be dropped.

    If the azure NSGs doesn't fit your requirements you can use an Azure Firewall or a third party application like CheckPoint, Cisco ASA,...

    Regards,
    Hannes

Resources