An administrator is configuring public and private IP addresses for an Azure Virtual Machine (VM) network interface (NIC). Which of the following configurations are valid? (Select two.)
- Add multiple IP configurations to the NIC, with each configuration assigned a unique private IP addressAnswer
- Associate a Standard SKU public IP address using Static allocation to an IP configuration on the NICAnswer
- CConfigure a single IP configuration on the NIC to contain multiple private IP addresses
- DAssociate a Standard SKU public IP address using Dynamic allocation to the primary IP configuration
Answer
Adding multiple IP configurations to the NIC (each assigned a unique private IP address) and associating a Standard SKU public IP address using Static allocation are valid configurations.
Azure network interfaces allow multiple IP configurations, where each configuration holds exactly one private IP address. Additionally, you can associate a public IP address with any IP configuration on a NIC, but if a Standard SKU public IP address is used, it must be configured with Static allocation.
Step-by-Step Solution
Key Concept
Azure VM NICs support multiple IP configurations, each containing one private IP. Standard SKU public IP addresses only support Static allocation.