An administrator is configuring a virtual machine named VM-Prod-01 in the East US region. The virtual machine has a single network interface named nic-prod-01. The primary IP configuration, ipconfig-primary, on nic-prod-01 is associated with a Basic SKU public IP address. You need to add a secondary IP configuration named ipconfig-secondary to nic-prod-01. The secondary configuration must include a public IP address that supports zone redundancy, which requires a Standard SKU public IP. Which of the following actions must you perform to allow the association of the Standard SKU public IP address with the secondary configuration?
- Dissociate the Basic SKU public IP address from the primary configuration, upgrade it to the Standard SKU, and then associate the Standard SKU public IP addresses.Cevap
- BAssociate the Standard SKU public IP address with the secondary configuration directly, as Azure supports mixing Basic and Standard SKU public IPs on different configurations of the same network interface.
- CChange the allocation method of the Standard SKU public IP address to Dynamic before associating it with the secondary configuration.
- DCreate a second network interface, associate the Standard SKU public IP address with it, and attach it to the virtual machine while the first network interface retains the Basic SKU public IP address.
Cevap
Dissociate the Basic SKU public IP address from the primary configuration, upgrade it to the Standard SKU, and then associate the Standard SKU public IP addresses.
The correct action is to dissociate the Basic SKU public IP from the primary configuration, upgrade it to the Standard SKU, and then associate the Standard SKU public IPs. Azure requires all public IP addresses associated with a virtual machine (whether on the same network interface or across multiple network interfaces) to use the same SKU. To upgrade a Basic SKU public IP to a Standard SKU, it must first be dissociated from the network interface. Once upgraded, both configurations can successfully use Standard SKU public IP addresses, which support the required zone redundancy.
Adım Adım Çözüm
Anahtar Kavram
Public IP SKU alignment and configuration constraints on Azure network interfaces