An administrator is configuring network security for an Azure subscription containing a virtual network named `VNet1`. `VNet1` contains two subnets: `Subnet-Web` () and `Subnet-DB` ().
The subnets contain the following virtual machines and network configurations:
| Subnet | VM Name | Private IP | NIC Name | ASG Association |
|---|---|---|---|---|
| `Subnet-Web` | `VM-Web1` | `` | `nic-web1` | `ASG-Web` |
| `Subnet-Web` | `VM-Web2` | `` | `nic-web2` | `ASG-Web` |
| `Subnet-DB` | `VM-DB1` | `` | `nic-db1` | `ASG-DB` |
| `Subnet-DB` | `VM-DB2` | `` | `nic-db2` | None |
A Network Security Group named `NSG-DB` is associated with `Subnet-DB`. No other Network Security Groups are associated with the subnets or network interfaces (NICs).
You must configure `NSG-DB` to meet the following requirements:
- Allow inbound SQL Database traffic (TCP port ) from `VM-Web1` to `VM-DB1` only.
- Block all other TCP port traffic from `Subnet-Web` to `Subnet-DB`.
- Minimize administrative effort and follow the principle of least privilege.
Which two of the following inbound security rules should you add to `NSG-DB` to meet these requirements? (Select two.)
- An inbound rule with Priority , Source: IP Addresses (`10.0.1.4`), Destination: Application security group (`ASG-DB`), Port: 1433, Protocol: TCP, Action: AllowAnswer
- An inbound rule with Priority , Source: Service Tag (`VirtualNetwork`), Destination: Service Tag (`VirtualNetwork`), Port: 1433, Protocol: TCP, Action: DenyAnswer
- CAn inbound rule with Priority , Source: Application security group (`ASG-Web`), Destination: Application security group (`ASG-DB`), Port: 1433, Protocol: TCP, Action: Allow
- DAn inbound rule with Priority , Source: IP Addresses (`10.0.1.4`), Destination: Application security group (`ASG-DB`), Port: 1433, Protocol: TCP, Action: Allow
- EAn inbound rule with Priority , Source: Service Tag (`VirtualNetwork`), Destination: Service Tag (`VirtualNetwork`), Port: 1433, Protocol: TCP, Action: Deny