You manage an Azure environment containing a virtual machine named VM-Prod1. The network interface of VM-Prod1 is currently a member of the backend pool of a Basic Load Balancer. You need to assign a new public IP address directly to the network interface of VM-Prod1. The public IP address must support zone redundancy. What should you do first?
- Remove VM-Prod1 from the backend pool of the Basic Load Balancer.Answer
- BAssociate a Standard SKU public IP address with the network interface of VM-Prod1 while keeping it in the backend pool.
- CAssign a Basic SKU public IP address to VM-Prod1 and enable zone redundancy.
- DConfigure a new Basic SKU public IP address with dynamic allocation.
Answer
Remove VM-Prod1 from the backend pool of the Basic Load Balancer.
To support zone redundancy, a Standard SKU public IP address is required. However, Azure restricts the mixing of Basic and Standard SKUs on resources associated with the same virtual machine. Because the virtual machine is currently in the backend pool of a Basic Load Balancer, a Standard SKU public IP cannot be assigned to it. Removing the virtual machine from the Basic Load Balancer's backend pool resolves the SKU conflict and allows the Standard SKU public IP to be successfully attached.
Step-by-Step Solution
Key Concept
Azure Public IP SKU compatibility and Load Balancer alignment