An administrator is configuring a virtual machine named VM-Prod1 in the East US region. The virtual machine hosts a web application that requires two separate public IP addresses. VM-Prod1 has a single network interface named NIC-Prod1. You need to configure NIC-Prod1 to support this requirement. Which of the following actions should you perform? Select two.
- Add a secondary IP configuration to NIC-Prod1.Answer
- Associate a public IP address with the secondary IP configuration.Answer
- CAssociate a second public IP address to the primary IP configuration of NIC-Prod1.
- DConfigure the secondary IP configuration to use a Standard SKU public IP address with dynamic allocation.
Answer
To support multiple public IP addresses, you must add a secondary IP configuration to the network interface, and then associate a public IP address with that secondary IP configuration.
To support multiple public IP addresses on a single network interface, you must configure multiple IP configurations. Each configuration is allocated a private IP address and can optionally be associated with one public IP address.
Step-by-Step Solution
Key Concept
Azure network interfaces support multiple IP configurations, with each configuration supporting one private IP address and up to one public IP address.