You are configuring a public-facing Azure Load Balancer named `LB1` using the Standard SKU. The load balancer will distribute inbound internet traffic to three standalone virtual machines: `VM1`, `VM2`, and `VM3` located in the same Virtual Network `VNet1`.
The virtual machines are configured as follows:
- `VM1` is deployed in Availability Zone 1. Its primary network interface is associated with a Standard SKU public IP address named `Pip1`.
- `VM2` is deployed in Availability Zone 2. Its primary network interface is associated with a Basic SKU public IP address named `Pip2`.
- `VM3` is deployed in Availability Zone 2 and does not have any public IP address assigned to its network interface.
You need to ensure that `VM1`, `VM2`, and `VM3` can be successfully added to the backend pool of `LB1` and are able to receive load-balanced traffic.
Which two actions should you perform?
- Upgrade Pip2 to a Standard SKU public IP address, or disassociate Pip2 from the network interface of VM2.Cevap
- Associate a Network Security Group (NSG) with the network interfaces or subnets of the virtual machines, and configure an inbound security rule to allow the load-balanced traffic.Cevap
- CChange the SKU of LB1 from Standard to Basic.
- DCreate and associate a Basic SKU public IP address with the network interface of VM3.