You are deploying an Azure Standard Load Balancer named LB1 to load balance traffic across three virtual machines. You need to create a new Public IP address named pip-web to use as the frontend IP configuration for LB1. Which two settings should you configure for pip-web?
- SKU: StandardCevap
- Allocation: StaticCevap
- CSKU: Basic
- DAllocation: Dynamic
Cevap
The correct configurations are Standard for the SKU and Static for the allocation method.
To ensure compatibility, a Standard Load Balancer must use a Standard SKU Public IP address. Because Standard SKU Public IPs only support Static allocation, you must configure both Standard SKU and Static allocation.
Adım Adım Çözüm
Anahtar Kavram
Configuring Public IP SKU and allocation methods for Azure Load Balancer frontend IP configurations.