Night-shift monitoring must reach every lock VM on TCP 443 from a jump subnet, but app teams keep adding Deny rules that break the probes. Which Azure Virtual Network Manager action should the security engineer use?
Select an answer to reveal the explanation.
Short Explanation
Probes keep dying under local Deny graffiti. Use an AVNM AlwaysAllow for jump-subnet-to-443—NSGs never get a vote on that path.
Full Explanation
Security admin rule actions behave differently: AlwaysAllow permits the traffic and skips NSG evaluation; Allow permits at the admin layer but still continues into NSGs; Deny blocks and stops evaluation. Guaranteeing management probes despite hostile local Denies requires AlwaysAllow. JIT VM access and Bastion solve interactive access problems in Domain 3 and are not the AVNM control tested here.