Skip to content

Commit a38dc0b

Browse files
Update create-rules.mdx
added clarity on Load Balancer Rules priorities
1 parent 46c52e5 commit a38dc0b

File tree

1 file changed

+11
-1
lines changed
  • src/content/docs/load-balancing/additional-options/load-balancing-rules

1 file changed

+11
-1
lines changed

src/content/docs/load-balancing/additional-options/load-balancing-rules/create-rules.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create and manage [Load Balancing rules](/load-balancing/additional-options/load
1818

1919
***
2020

21-
## Workflow
21+
## Example Workflow
2222

2323
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select an account and application.
2424
2. Go to **Traffic** > **Load Balancing**.
@@ -41,6 +41,16 @@ Create and manage [Load Balancing rules](/load-balancing/additional-options/load
4141
To save a new load balancer rule, make sure to save both the rule **and** the overall load balancer configuration.
4242

4343

44+
:::
45+
46+
:::note
47+
48+
49+
Generally speaking, for non-terminating actions, the last change made by rules in the same [phase](/ruleset-engine/about/phases/) will win (later rules can overwrite changes done by previous rules). However, for [terminating actions](/ruleset-engine/rules-language/actions/) (Block, Redirect, or one of the challenge actions), rule evaluation will stop and the action will be executed immediately.
50+
51+
Load Calancer Custom Rules overrides the default Load Balancer setting including pool/origin selection. These are non-terminating actions so the last rule will override the previous rules.
52+
53+
4454
:::
4555

4656
## Example use case

0 commit comments

Comments
 (0)