A virtual machine's network interface has an NSG with an inbound rule at priority 200 to allow TCP port 3389. The subnet containing the VM has an NSG with an inbound rule at priority 300 to deny TCP port 3389. What is the effective result for inbound RDP traffic to the virtual machine?
-
A
Traffic is allowed because the NIC-level rule is processed after the subnet-level rule.
-
B
Traffic is denied because the subnet-level NSG rule is processed first for inbound traffic.
-
C
Traffic is allowed because the rule with the lower priority number (200) takes precedence over the higher number (300).
-
D
Traffic is denied because deny rules always take precedence over allow rules, regardless of priority or location.