Skip to content

Commit fa0288b

Browse files
authored
Merge pull request #127007 from changeworld/patch-22
Fix typo: requestor -> requester
2 parents f579c42 + 9fbae61 commit fa0288b

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
@@ -23,7 +23,7 @@ In this tutorial, we first define a customer use case and see how it can be made
2323
At a conceptual level, each of these services plays a distinct role in the load-balancing hierarchy.
2424

2525
* **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:
26-
* Performance routing to send the requestor to the closest endpoint in terms of latency.
26+
* Performance routing to send the requester to the closest endpoint in terms of latency.
2727
* Priority routing to direct all traffic to an endpoint, with other endpoints as backup.
2828
* Weighted round-robin routing, which distributes traffic based on the weighting that is assigned to each endpoint.
2929
* Geography-based routing to distribute the traffic to your application endpoints based on geographic location of the user.

0 commit comments

Comments
 (0)