Hi there,
I was wondering how the rules would be applied in this scenario:
The environment has NSG1 applied to the VM subnet with the default NSG rules intact.
The environment has NSG2 applied to the VM's NIC (in the same subnet in which NSG1 is applied) which has an additional inbound rule to allow any port, protocol and source into the destination "Virtual network" at a higher priority than the default "DenyAllInbound"
My question is - will inbound traffic reach the VMs from the internet or will NSG1 prevent inbound internet traffic from reaching the VM?
Thanks