A company hosts a web application on an Azure virtual machine named VM-AppServer1. The virtual machine has a single network interface named nic-app1 connected to a subnet named Subnet1. To host a second web service on VM-AppServer1 that requires its own public IP entry point, you plan to add a new IP configuration named ipconfig-tenant2 to nic-app1. Which of the following configuration actions are required to successfully add the new configuration and associate a Standard SKU public IP address? (Select TWO)
- Assign a private IP address to ipconfig-tenant2 within the address space of Subnet1.Answer
- Associate a Standard SKU public IP address that is configured with the Static allocation method.Answer
- CAssociate a Standard SKU public IP address that is configured with the Dynamic allocation method.
- DAssociate a Basic SKU public IP address to ipconfig-tenant2 while the primary IP configuration uses a Standard SKU public IP.
Answer
Assign a private IP address to the secondary IP configuration within the subnet range, and associate a Standard SKU public IP address configured with the Static allocation method.
To successfully add a secondary public IP configuration to a network interface, you must first assign a private IP address to the new IP configuration from the subnet's address range. Additionally, because the scenario requires a Standard SKU public IP, its allocation method must be set to Static, as Standard SKU public IPs do not support Dynamic allocation.
Step-by-Step Solution
Key Concept
Rules for configuring multiple IP configurations on a single network interface and Standard SKU public IP constraints.