A retail company is modernizing a regional store-management application in the West Europe region. The application requires SSL/TLS termination and URL-based routing to direct web traffic to different backend pools. In addition, a legacy inventory sync service running on TCP port 9000 must be load balanced across a database replication virtual machine (VM) pool. The database replication VMs currently have Basic SKU public IP addresses assigned to their network interfaces. The proposed design uses an Azure Application Gateway for the web traffic and an Azure Standard Load Balancer for the inventory sync service. Which action should you recommend to ensure the load balancing configuration for the database replication tier is valid?
- Upgrade the public IP addresses of the database replication VMs to the Standard SKU.Cevap
- BDeploy an Azure Basic Load Balancer and configure it with a Standard SKU frontend IP.
- CChange the database replication VMs' public IP addresses to dynamic allocation using the Basic SKU.
- DAssociate the Basic SKU public IP addresses with a Standard SKU public IP prefix.
Cevap
Upgrade the public IP addresses of the database replication VMs to the Standard SKU.
The correct action is to upgrade the public IP addresses of the database replication VMs to the Standard SKU. Azure Standard Load Balancer enforces a strict rule that all associated backend resources that have public IP addresses must use the Standard SKU. If there is a mix of Basic SKU public IPs and a Standard Load Balancer, the deployment will fail validation.
Adım Adım Çözüm
Anahtar Kavram
Standard SKU public IP requirements for Azure Standard Load Balancer backend pools