Skip to content

Commit 7daa95e

Browse files
Merge pull request #232504 from duongau/afdrouting
Azure Front Door - Routing method - update text and screenshot
2 parents ec0862e + e4afb9b commit 7daa95e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
2.99 KB
Loading
-3.41 KB
Loading

articles/frontdoor/routing-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The decision steps are:
5353
1. **Latency signal (based on health probe):** Select the origins within the allowable latency range from the Front Door environment where the request arrived. This signal is based on the latency sensitivity setting on the origin group, as well as the latency of the closer origins.
5454
- *Example: Suppose Front Door has measured the latency from the environment where the request arrived to origin A at 15 ms, while the latency for B is 30 ms and D is 60 ms away. If the origin group's latency sensitivity is set to 30 ms, then the lowest latency pool consists of origins A and B, because D is beyond 30 ms away from the closest origin that is A.*
5555
1. **Weights:** Lastly, Azure Front Door will round robin the traffic among the final selected group of origins in the ratio of weights specified.
56-
- *Example: If origin A has a weight of 5 and origin B has a weight of 8, then the traffic will be distributed in the ratio of 5:8 among origins A and B.*
56+
- *Example: If origin A has a weight of 3 and origin B has a weight of 7, then the traffic will be distributed 3/10 to origins A and 7/10 to origin B.*
5757

5858
If session affinity is enabled, then the first request in a session follows the flow listed above. Subsequent requests are sent to the origin selected in the first request.
5959

0 commit comments

Comments
 (0)