Your Azure subscription contains a virtual network named `VNet1` with two subnets: `Subnet-Web` and `Subnet-Data`. An NSG named `NSG-Data` is associated with `Subnet-Data`. `NSG-Data` contains the following custom inbound security rule:
* Priority:
* Source: `*`
* Destination: `*`
* Destination Port Range: `*`
* Protocol: Any
* Action: Deny
You have a virtual machine named `VM-Web` in `Subnet-Web` associated with an Application Security Group (ASG) named `ASG-Web`.
You have a virtual machine named `VM-SQL` in `Subnet-Data` associated with an ASG named `ASG-SQL`.
You need to allow database traffic (TCP port ) and management traffic (TCP port ) from `VM-Web` to `VM-SQL`. The solution must enforce the principle of least privilege.
Which two inbound security rules should you add to `NSG-Data`?
- A rule with Priority , Source: `ASG-Web`, Destination: `ASG-SQL`, Destination Port Range: , Protocol: TCP, Action: AllowCevap
- A rule with Priority , Source: `ASG-Web`, Destination: `ASG-SQL`, Destination Port Range: , Protocol: TCP, Action: AllowCevap
- CA rule with Priority , Source: `ASG-Web`, Destination: `ASG-SQL`, Destination Port Range: , Protocol: TCP, Action: Allow
- DA rule with Priority , Source: `ASG-Web`, Destination: `ASG-SQL`, Destination Port Range: , Protocol: TCP, Action: Allow