An organization is deploying a multi-tenant web application on a single Azure Virtual Machine. The network architecture requires a single network interface to receive traffic on two distinct private IP addresses, each mapped to a dedicated public IP address for external access. The virtual network uses the address space and the subnet uses . The network interface currently has a single IP configuration named `ipconfig-primary` with a dynamic private IP address of and a Standard SKU public IP address. Which of the following configuration steps must be performed to implement the secondary IP configuration? (Select TWO).
- Add a secondary IP configuration named `ipconfig-secondary` to the network interface and assign it a private IP address within the range.Cevap
- Associate a Standard SKU public IP address configured with static allocation to the secondary IP configuration.Cevap
- CAssociate a Basic SKU public IP address configured with dynamic allocation to the secondary IP configuration.
- DAssociate a Standard SKU public IP address configured with dynamic allocation to the secondary IP configuration.
- EConfigure the secondary IP configuration to use a different subnet within the virtual network than the primary IP configuration.
Cevap
To implement the secondary IP configuration, you must add a secondary IP configuration to the network interface with a private IP in the same subnet range, and associate it with a Standard SKU public IP address configured with static allocation.
To successfully configure a secondary IP configuration for internet access on an existing network interface, you must first add a secondary IP configuration and assign it a private IP address within the same subnet (). Then, because the primary configuration already uses a Standard SKU public IP, any secondary public IP associated with the same network interface must also be a Standard SKU public IP. Standard SKU public IP addresses in Azure require static allocation, so you must create and associate a Standard SKU public IP with static allocation.
Adım Adım Çözüm
Anahtar Kavram
Configuring multiple IP configurations on a single network interface and aligning Public IP SKUs and allocation methods.