Soru

Zorluk: OrtaConfigure Public and Private IP Addresses

You have an Azure subscription that contains a Standard Load Balancer named LB1 and two virtual machines named VM1 and VM2. VM1 and VM2 are deployed in the same virtual network. The network interfaces of VM1 and VM2 are currently associated with Basic SKU public IP addresses.

You need to add VM1 and VM2 to the backend pool of LB1. The virtual machines must remain accessible from the internet via public IP addresses.

Which two actions should you perform?

  1. Disassociate the Basic SKU public IP addresses from the network interfaces of VM1 and VM2.Cevap
  2. Create and associate Standard SKU public IP addresses with the network interfaces of VM1 and VM2.Cevap
  3. C
    Change the allocation method of the existing Basic SKU public IP addresses to Static.
  4. D
    Configure the frontend IP configuration of LB1 to use a Basic SKU public IP address.

Cevap

To add the virtual machines to the backend pool of a Standard Load Balancer while maintaining public IP connectivity, you must disassociate the Basic SKU public IP addresses from the network interfaces of VM1 and VM2, and then create and associate Standard SKU public IP addresses with those network interfaces.
A Standard Load Balancer requires that all resources in its backend pool match the Standard SKU. If virtual machines in the backend pool are configured with public IP addresses, those public IP addresses must be Standard SKU public IP addresses. Therefore, to resolve the SKU mismatch, the administrator must disassociate the existing Basic SKU public IP addresses from the network interfaces of the virtual machines and replace them with Standard SKU public IP addresses.

Adım Adım Çözüm

1
Identify SKU requirements for the Standard Load Balancer backend pool.
Determine that all virtual machines in the backend pool of a Standard Load Balancer must either have no public IP addresses or must use Standard SKU public IP addresses.
Azure enforces SKU boundary consistency, meaning Basic SKU resources and Standard SKU resources cannot be mixed within the backend pool configuration of a Standard Load Balancer.
2
Disassociate the incompatible public IP addresses.
Disassociate the Basic SKU public IP addresses from the network interfaces of VM1 and VM2.
This removes the incompatible Basic SKU public IPs so that the virtual machines can be successfully associated with the Standard Load Balancer backend pool.
3
Provision and assign compatible public IP addresses.
Create new Standard SKU public IP addresses and associate them with the primary IP configurations of the network interfaces of VM1 and VM2.
This restores public internet access to the virtual machines using public IP addresses that are compatible with the Standard Load Balancer backend pool.

Anahtar Kavram

Azure Public IP SKU compatibility with Standard Load Balancer backend pools
Bu soruyu puanla