You are preparing to implement a public load balancer named LB1 using the Standard SKU. Your environment includes two virtual machines, VM1 and VM2, located in the same virtual network. The network interface of VM1 is currently assigned a Basic SKU public IP address, while the network interface of VM2 has no public IP address. You must configure the environment to allow both VM1 and VM2 to be members of the backend pool for LB1. Which two actions should you perform? (Select two.)
- Configure the frontend of LB1 with a Standard SKU public IP address.Cevap
- Remove the Basic SKU public IP address from the network interface of VM1.Cevap
- CConfigure the frontend of LB1 with a Basic SKU public IP address.
- DAssign a Standard SKU public IP address to the network interface of VM2.
- EAssociate VM1 and VM2 with a Basic SKU load balancer first.
Cevap
Configure the frontend of LB1 with a Standard SKU public IP address, and remove the Basic SKU public IP address from the network interface of VM1.
A Standard SKU Azure Load Balancer requires all associated public IP addresses to be of the Standard SKU. This applies to the frontend IP configuration of the load balancer itself. Additionally, any virtual machine in the backend pool of a Standard Load Balancer must either have no public IP address or use a Standard SKU public IP address on its network interface. Therefore, you must configure the frontend of the load balancer with a Standard SKU public IP, and you must remove the incompatible Basic SKU public IP from the network interface of the first virtual machine.
Adım Adım Çözüm
Anahtar Kavram
Azure Load Balancer SKU compatibility and frontend/backend IP configurations