Soru

Zorluk: Çok zorConfigure Azure Load Balancer

An organization plans to deploy a public Azure Load Balancer named LB1LB1 to distribute HTTPS traffic across three virtual machines: VM1VM1, VM2VM2, and VM3VM3. The virtual machines are configured as follows:

* VM1VM1 and VM2VM2 are member instances of an Availability Set named AS1AS1.
* VM3VM3 is a standalone virtual machine.
* VM1VM1 has a public IP address named IP1IP1 that uses the Basic SKU.

You plan to configure LB1LB1 using the Standard SKU. Which two actions must you perform to ensure that all three virtual machines can be successfully configured in the backend pool of LB1LB1 and receive load-balanced traffic?

  1. Disassociate the Basic SKU public IP address from VM1VM1 or upgrade it to a Standard SKU public IP address.Cevap
  2. Associate a Network Security Group (NSG) with the subnet of the virtual machines and create an inbound rule to allow the load-balanced traffic.Cevap
  3. C
    Re-create VM3VM3 within the same Availability Set as VM1VM1 and VM2VM2.
  4. D
    Configure the frontend IP of the load balancer to use a dynamic Standard SKU public IP address.

Cevap

The administrator must disassociate the Basic SKU public IP address from the virtual machine or upgrade it to a Standard SKU public IP address, and associate a Network Security Group (NSG) with the subnet of the virtual machines to allow inbound traffic.
To use a Standard Load Balancer, all public IP addresses on the network interfaces of VMs in the backend pool must also be of the Standard SKU, or be disassociated. In addition, Standard SKU resources are secure by default, meaning inbound flows are blocked unless explicitly allowed by a Network Security Group (NSG) associated with the subnet or network interface.

Adım Adım Çözüm

1
Analyze backend pool requirements for Standard SKU Load Balancers.
Standard SKU load balancers allow a mix of standalone VMs and VMs in availability sets, meaning VM3 does not need to be re-created in the availability set.
To verify if VM3 needs to be modified to match the availability set configuration of VM1 and VM2.
2
Inspect public IP SKU compatibility on the backend network interfaces.
VM1 has a Basic SKU public IP. Standard Load Balancer backend pool members cannot have Basic SKU public IPs associated with their NICs.
To identify SKU mismatches on backend pool members that would block the deployment.
3
Remediate the SKU mismatch on the backend network interface.
Disassociate the Basic SKU IP from VM1 or upgrade it to Standard SKU.
To satisfy the SKU uniformity requirement of the Standard Load Balancer.
4
Determine the default security behavior of the Standard SKU Load Balancer.
Standard SKU resources are secure by default. Traffic is blocked without an explicit permit rule.
To ensure traffic can flow to the backend virtual machines once they are added to the pool.
5
Configure a Network Security Group (NSG) to allow inbound traffic.
Associate an NSG with the subnet and add an inbound security rule allowing the load-balanced traffic.
To permit inbound flow through the Standard Load Balancer to the backend VMs.

Anahtar Kavram

Standard SKU Load Balancer configuration requirements, backend pool SKU alignment, and secure-by-default architecture.
Tahmini Süre:3m 0s
Bu soruyu puanla