An administrator is configuring network security for an Azure virtual network named `VNet1`. `VNet1` contains a subnet named `Subnet1`.
The subnet contains two virtual machines: `VM-Web` and `VM-DB`.
- `VM-Web` is associated with an Application Security Group (ASG) named `ASG-Web`.
- `VM-DB` is associated with an ASG named `ASG-DB`.
A Network Security Group (NSG) named `NSG-Subnet` is associated with `Subnet1`.
An NSG named `NSG-NIC-DB` is associated with the network interface of `VM-DB`.
The inbound rules for `NSG-Subnet` are configured as shown in the following table:
| Priority | Source | Port | Destination | Port | Protocol | Action |
|---|---|---|---|---|---|---|
| Internet | Any | `ASG-Web` | TCP | Allow | ||
| Any | Any | Any | Any | Any | Deny |
The inbound rules for `NSG-NIC-DB` are configured as shown in the following table:
| Priority | Source | Port | Destination | Port | Protocol | Action |
|---|---|---|---|---|---|---|
| Any | Any | `ASG-DB` | TCP | Deny | ||
| `ASG-Web` | Any | `ASG-DB` | TCP | Allow |
Currently, SQL database traffic from `VM-Web` to `VM-DB` is blocked.
Which two configuration changes should you perform to allow SQL traffic from `VM-Web` to `VM-DB`? (Select two.)
- In `NSG-Subnet`, add an inbound rule with priority that allows TCP port from source `ASG-Web` to destination `ASG-DB`.Cevap
- In `NSG-NIC-DB`, change the priority of the rule that allows TCP port to .Cevap
- CIn `NSG-NIC-DB`, change the priority of the rule that allows TCP port to .
- DIn `NSG-Subnet`, change the priority of the rule with priority to .