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: StandardAnswer
- BSKU: Basic
- Assignment: StaticAnswer
- DAssignment: Dynamic
Answer
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.
Step-by-Step Solution
Key Concept
Standard Load Balancer backend pool members must use Standard SKU public IP addresses, which require static allocation.