Your company has an Azure subscription containing a virtual network named `VNet1`. `VNet1` contains two subnets named `Subnet-Web` and `Subnet-App`.
You have the following resource configuration:
- A virtual machine named `VM-Web1` in `Subnet-Web`. The network interface of `VM-Web1` is associated with an Application Security Group (ASG) named `ASG-Web`.
- A virtual machine named `VM-App1` in `Subnet-App`. The network interface of `VM-App1` is associated with an ASG named `ASG-App` and a Network Security Group (NSG) named `NSG-NIC-App1`.
- An NSG named `NSG-Subnet-App` is associated with `Subnet-App`.
`NSG-Subnet-App` contains the following inbound security rule:
- `Rule1`: Priority , Source `ASG-Web`, Destination `ASG-App`, Port , Protocol `TCP`, Action `Allow`
`NSG-NIC-App1` contains the following inbound security rules:
- `Rule2`: Priority , Source `ASG-Web`, Destination `ASG-App`, Port , Protocol `TCP`, Action `Deny`
- `Rule3`: Priority , Source `ASG-Web`, Destination `ASG-App`, Port , Protocol `TCP`, Action `Allow`
You need to allow HTTP traffic on port from `VM-Web1` to `VM-App1` using the ASGs. The solution must use the principle of least privilege.
Which two of the following actions can you perform to achieve the goal? (Select two.)
- Delete Rule2 from NSG-NIC-App1.Answer
- Change the priority of Rule3 in NSG-NIC-App1 to .Answer
- CDelete Rule1 from NSG-Subnet-App.
- DChange the priority of Rule2 in NSG-NIC-App1 to .