AZ-500 · Question #610
Hotspot Question You have a management group named MG1 that contains an Azure subscription named Sub1. Sub1 contains the resources shown in the following table. You create an Azure Virtual Network…
The correct answer is If you change Priority for NSGRule1 to 100, NSG1 will be processed before SA1 and SA2. = No; Internet traffic is blocked to the public IP address of VM1. = Yes; If you change Action for SARule1 to Allow, internet traffic to the public IP address of VM1 will be enabled automatically. = Yes. Security Admin rules in Azure Virtual Network Manager operate at a higher priority level than NSG rules - they are evaluated first and cannot be overridden by NSG changes. SARule1 (from AVNM1, scoped to MG1) and SARule2 (from AVNM2, scoped to Sub1) both deny all inbound traffic…
Question
Exhibits
Answer Area
- If you change Priority for NSGRule1 to 100, NSG1 will be processed before SA1 and SA2.No
- Internet traffic is blocked to the public IP address of VM1.Yes
- If you change Action for SARule1 to Allow, internet traffic to the public IP address of VM1 will be enabled automatically.Yes
Explanation
Security Admin rules in Azure Virtual Network Manager operate at a higher priority level than NSG rules - they are evaluated first and cannot be overridden by NSG changes. SARule1 (from AVNM1, scoped to MG1) and SARule2 (from AVNM2, scoped to Sub1) both deny all inbound traffic to VNet1/Group1/Group2 at priority 500, meaning internet traffic to VM1's public IP is blocked regardless of NSG rules. Changing NSGRule1's priority to 100 does NOT cause NSGs to be processed before Security Admin rules - Security Admin rules always take precedence in the evaluation order, making that statement false. If SARule1's Action is changed to Allow, this does not automatically enable internet traffic because SA2 (SARule2) from AVNM2 still has a Deny rule in place - both security admin configurations must permit the traffic for it to flow, so traffic remains blocked.
Topics
Community Discussion
No community discussion yet for this question.

