Skip to content

Commit 9fbae61

Browse files
committed
Fix typo: requestor -> requester
1 parent fcee1e5 commit 9fbae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/traffic-manager/traffic-manager-load-balancing-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this tutorial, we first define a customer use case and see how it can be made
2222
At a conceptual level, each of these services plays a distinct role in the load-balancing hierarchy.
2323

2424
* **Traffic Manager** provides global DNS load balancing. It looks at incoming DNS requests and responds with a healthy endpoint, in accordance with the routing policy the customer has selected. Options for routing methods are:
25-
* Performance routing to send the requestor to the closest endpoint in terms of latency.
25+
* Performance routing to send the requester to the closest endpoint in terms of latency.
2626
* Priority routing to direct all traffic to an endpoint, with other endpoints as backup.
2727
* Weighted round-robin routing, which distributes traffic based on the weighting that is assigned to each endpoint.
2828
* Geography-based routing to distribute the traffic to your application endpoints based on geographic location of the user.

0 commit comments

Comments
 (0)