From f6b3a3a94d03049cbf0f6d89b6419861859d5f7b Mon Sep 17 00:00:00 2001 From: Kahbazi Date: Mon, 30 Aug 2021 12:30:52 +0430 Subject: [PATCH] Fix the FirstAlphabetical policy name --- docs/docfx/articles/load-balancing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx/articles/load-balancing.md b/docs/docfx/articles/load-balancing.md index 6bc901ee3..44bcac557 100644 --- a/docs/docfx/articles/load-balancing.md +++ b/docs/docfx/articles/load-balancing.md @@ -62,7 +62,7 @@ var clusters = new[] ## Built-in policies YARP ships with the following built-in policies: -- `First` +- `FirstAlphabetical` Select the alphabetically first available destination without considering load. This is useful for dual destination fail-over systems. - `Random`