A company's Azure environment contains two subnets named Subnet1 and Subnet2.
Subnet1 is associated with a Network Security Group (NSG) named NSG1.
Subnet1 contains two virtual machines named VM1 and VM2. The network interface of VM1 is associated with an Application Security Group (ASG) named ASG-Web. The network interface of VM2 is associated with an ASG named ASG-App.
NSG1 has the following inbound security rules:
- Rule1: Priority , Source: Any, Destination: ASG-Web, Port: , Action: Deny
- Rule2: Priority , Source: Any, Destination: ASG-Web, Port: , Action: Allow
You need to allow inbound HTTP traffic on port from the internet to VM1, while ensuring that security configurations for VM2 are not altered.
Which configuration change should you perform?
- Change the priority of Rule2 to .Answer
- BChange the priority of Rule2 to .
- CChange the priority of Rule1 to .
- DCreate a new inbound rule with priority that allows port traffic to ASG-Web.