Skip to content

Commit b053040

Browse files
authored
Update front-door-rules-engine-actions.md
Update rules engine action with new features.
1 parent b572219 commit b053040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/frontdoor/front-door-rules-engine-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: front-door-tiers
1515

1616
::: zone pivot="front-door-standard-premium"
1717

18-
An Azure Front Door [rule set](front-door-rules-engine.md) consist of rules with a combination of match conditions and actions. This article provides a detailed description of actions you can use in a rule set. An action defines the behavior that gets applied to a request type that a match condition(s) identifies. In a rule set, a rule can have up to ten actions. Front Door also supports [server variable](rule-set-server-variables.md) in a rule set action.
18+
An Azure Front Door [rule set](front-door-rules-engine.md) consist of rules with a combination of match conditions and actions. This article provides a detailed description of actions you can use in a rule set. An action defines the behavior that gets applied to a request type that a match condition(s) identifies. In a rule set, a rule can have up to five actions. Front Door also supports [server variable](rule-set-server-variables.md) in a rule set action.
1919

2020
The following actions are available for use in a rule set:
2121

@@ -287,7 +287,7 @@ In this example, we delete the header with the name `X-Powered-By` from the resp
287287

288288
## <a name="UrlRedirect"></a> URL redirect
289289

290-
Use the **URL redirect** action to redirect clients to a new URL. Clients are sent a redirection response from Front Door.
290+
Use the **URL redirect** action to redirect clients to a new URL. Clients are sent a redirection response from Front Door. AFD supports dynamic capture of URL path with `{url_path:seg#}` server vaiable and convert URL path to lowercase or uppercase with `{url_path.tolower}` or `{url_path.toupper}`. See details in [server variable](rule-set-server-variables.md).
291291

292292
### Properties
293293

@@ -344,7 +344,7 @@ In this example, we redirect the request to `https://contoso.com/exampleredirect
344344

345345
## <a name="UrlRewrite"></a> URL rewrite
346346

347-
Use the **URL rewrite** action to rewrite the path of a request that's en route to your origin.
347+
Use the **URL rewrite** action to rewrite the path of a request that's en route to your origin. AFD supports dynamic capture of URL path with `{url_path:seg#}` server vaiable and convert URL path to lowercase or uppercase with `{url_path.tolower}` or `{url_path.toupper}`. See details in [server variable](rule-set-server-variables.md).
348348

349349
### Properties
350350

0 commit comments

Comments
 (0)