An administrator is configuring a virtual machine named VM-Prod1 in the West US 2 region. VM-Prod1 has a single network interface named nic-prod1. The primary IP configuration on nic-prod1 (ipconfig-primary) uses the static private IP address and is associated with a Standard SKU public IP address named pip-primary. The administrator needs to configure a secondary IP configuration named ipconfig-secondary on nic-prod1. The secondary configuration must be accessible from the internet. The administrator plans to deploy a new public IP address named pip-secondary for this purpose. Which configuration must the administrator use for pip-secondary and the private IP address of ipconfig-secondary?
- pip-secondary must use the Standard SKU and Static allocation. The private IP address of ipconfig-secondary can use either Dynamic or Static allocation.Answer
- Bpip-secondary must use the Basic SKU and Dynamic allocation. The private IP address of ipconfig-secondary must use Static allocation.
- Cpip-secondary must use the Standard SKU and Dynamic allocation. The private IP address of ipconfig-secondary can use either Dynamic or Static allocation.
- Dpip-secondary must use the Standard SKU and Static allocation. The private IP address of ipconfig-secondary must use Static allocation.
Answer
pip-secondary must use the Standard SKU and Static allocation. The private IP address of ipconfig-secondary can use either Dynamic or Static allocation.
The correct option correctly identifies that pip-secondary must use the Standard SKU to match the existing Standard SKU public IP on the virtual machine, and it must use Static allocation because Standard SKU public IPs do not support Dynamic allocation. Additionally, it correctly states that the private IP address for a secondary IP configuration can use either Dynamic or Static allocation.
Step-by-Step Solution
Key Concept
Azure Public IP SKU compatibility rules and private IP allocation capabilities on multi-IP network interfaces.
Estimated Time:2m 0s