An administrator is configuring network security for a virtual network named VNet1 in an Azure subscription. VNet1 contains two subnets:
- Subnet-Client (IP address space: )
- Subnet-Service (IP address space: )
Subnet-Client contains VM-Client1 and VM-Client2.
Subnet-Service contains VM-App1 and VM-App2.
You create and configure the following Application Security Groups (ASGs):
- ASG-TrustedClient: Associated with the network interface of VM-Client1.
- ASG-App: Associated with the network interfaces of VM-App1 and VM-App2.
You associate a Network Security Group (NSG) named NSG-Service with Subnet-Service.
You need to configure NSG-Service to meet the following requirements:
1. Allow VM-Client1 to access VM-App1 and VM-App2 using HTTPS (TCP port ).
2. Deny all other network traffic from Subnet-Client to Subnet-Service.
3. Minimize administrative effort and adhere to the principle of least privilege.
Which of the following inbound security rules should you configure in NSG-Service? (Select two.)
- An inbound rule with Priority: , Source: ASG-TrustedClient, Destination: ASG-App, Port: , Protocol: TCP, Action: AllowCevap
- An inbound rule with Priority: , Source: , Destination: , Port: *, Protocol: Any, Action: DenyCevap
- CAn inbound rule with Priority: , Source: , Destination: , Port: *, Protocol: Any, Action: Deny
- DAn inbound rule with Priority: , Source: ASG-TrustedClient, Destination: ASG-App, Port: , Protocol: TCP, Action: Allow