An administrator is configuring network security for an Azure virtual network named . The virtual network contains a single subnet named that is associated with a Network Security Group (NSG) named .
Three virtual machines are deployed in :
- is associated with an Application Security Group (ASG) named .
- is associated with an Application Security Group (ASG) named .
- is not associated with any ASG.
You need to configure to meet the following requirements:
- Allow to establish connections to the application logic service running on over TCP port .
- Prevent and all other sources within the virtual network from connecting to on TCP port .
- Follow the principle of least privilege and use the minimum number of security rules.
Which two inbound security rules should you add to ? (Select two.)
- A rule that allows TCP port 8080 traffic with a Source of ASG-Client, a Destination of ASG-Logic, and a Priority of 120Cevap
- A rule that denies TCP port 8080 traffic with a Source of Any, a Destination of ASG-Logic, and a Priority of 150Cevap
- CA rule that allows TCP port 8080 traffic with a Source of ASG-Client, a Destination of ASG-Logic, and a Priority of 180
- DA rule that denies TCP port 8080 traffic with a Source of ASG-Client, a Destination of ASG-Logic, and a Priority of 100