A fintech platform is designing the networking architecture for a single-region deployment in West US 3. The design must accommodate two distinct workloads:
1. An administrative web portal that requires SSL/TLS termination and URL path-based routing (routing `/api/*` to an API service and `/reports/*` to a reporting service).
2. A high-frequency transaction ingestion service that communicates over a custom TCP protocol on port 9000 and requires extremely low latency.
To ensure resilience, all entry-point load balancers must utilize zone-redundant public IP addresses. The virtual machines hosting the transaction ingestion service currently have Basic SKU public IP addresses assigned to their network interfaces.
Which two actions should you include in the network design to meet these requirements while preventing deployment validation errors?
- Deploy Azure Application Gateway (Standard v2 SKU) to manage the web portal's path-based routing and SSL/TLS termination.Cevap
- Upgrade the public IP addresses of the transaction ingestion VMs to Standard SKU, and place the VMs behind an Azure Standard Load Balancer.Cevap
- CAssociate the transaction ingestion VMs directly with the backend pool of an Azure Standard Load Balancer while keeping their existing Basic SKU public IP addresses.
- DConfigure an Azure Traffic Manager profile to manage SSL/TLS termination and path-based routing for the web portal.
- EUse Azure Front Door to load balance both the web portal's HTTP/HTTPS traffic and the ingestion service's custom TCP port 9000 traffic.