You are configuring a virtual machine named VM-App1. The virtual machine has a single network interface named nic-app1. The primary IP configuration of nic-app1 is associated with the backend pool of a Standard Load Balancer. You need to configure a secondary IP configuration on nic-app1 that includes a public IP address. Which of the following configurations should you select for the secondary public IP address? Select two.
- SKU: StandardCevap
- BSKU: Basic
- Assignment: StaticCevap
- DAssignment: Dynamic
Cevap
SKU: Standard and Assignment: Static
The correct configurations are SKU: Standard and Assignment: Static. In Azure, when a virtual machine's network interface is associated with a Standard Load Balancer backend pool, any public IP addresses associated with that network interface must also use the Standard SKU. Standard SKU public IP addresses require static allocation.
Adım Adım Çözüm
Anahtar Kavram
Standard Load Balancer backend pool members must use Standard SKU public IP addresses, which require static allocation.