If you are running a web application or a user is going to fill it out and query data, the best option is to use
An application gateway
Health monitoring probes
A traffic manager
A load balancer
Answers
Answered by
0
The correct answer is A traffic manager.
- Application traffic should be managed at the DNS layer, according to Traffic Manager.
- For example, we could direct questions to the closest endpoints to improve responsiveness.
- Application Gateway load balances HTTP(S) and WebSocket requests to backend pool servers.
- The backend is made up of endpoints, virtual machines, Azure VM Scale Sets, app services, and AKS clusters.
- Redirecting traffic can be done using the hostname and URI path attributes of an HTTP request.
Similar questions