You plan to deploy a public Standard Load Balancer named . will have a backend pool named . You have a virtual network named that contains a subnet named . contains three virtual machines:
- : Configured with a Basic SKU public IP address directly assigned to its network interface ().
- : Configured with a Standard SKU public IP address directly assigned to its network interface ().
- : Configured with no public IP address.
Currently, no Network Security Groups (NSGs) are associated with or any of the virtual machine network interfaces. Which of the following sets of actions must you perform to successfully add all three virtual machines to and ensure that health probes succeed?
- Associate a network security group (NSG) to with an inbound rule allowing the `AzureLoadBalancer` service tag, and either upgrade the public IP of to Standard SKU or dissociate it from .Cevap
- BAssociate a network security group (NSG) to with an inbound rule allowing the `AzureLoadBalancer` service tag, and change the public IP of to a Basic SKU public IP.
- CRemove from and configure a network security group (NSG) on with an inbound rule allowing the `Internet` service tag.
- DDissociate the public IP address from , and create an inbound network security group (NSG) rule allowing the `AzureLoadBalancer` service tag on only.
Cevap
Associate a network security group (NSG) to Subnet1 with an inbound rule allowing the AzureLoadBalancer service tag, and either upgrade the public IP of VM1 to Standard SKU or dissociate it from NIC1.
The correct action resolves the SKU compatibility issue on VM1 while satisfying the security requirements of the Standard Load Balancer. Since Standard Load Balancers only support Standard SKU public IPs or interfaces with no public IPs in their backend pool, VM1's Basic public IP must be upgraded or dissociated. Furthermore, Standard Load Balancers are secure by default, so health probes will fail unless an NSG is associated with the subnet (or NICs) and contains an inbound rule allowing traffic from the AzureLoadBalancer service tag.
Adım Adım Çözüm
Anahtar Kavram
Azure Standard Load Balancer SKU compatibility and default security behaviors.
Tahmini Süre:3m 0s