Skip to content

Commit 5355d23

Browse files
Merge pull request #274547 from halkazwini/fd-actions
Update rules engine action with new features.
2 parents 95357e5 + 51ead9d commit 5355d23

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
@@ -6,7 +6,7 @@ services: frontdoor
66
author: duongau
77
ms.service: frontdoor
88
ms.topic: conceptual
9-
ms.date: 06/01/2023
9+
ms.date: 05/07/2024
1010
ms.author: duau
1111
zone_pivot_groups: front-door-tiers
1212
---
@@ -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. Azure Front Door supports dynamic capture of URL path with `{url_path:seg#}` server variable, and converts URL path to lowercase or uppercase with `{url_path.tolower}` or `{url_path.toupper}`. For more information, see [Server variables](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. Azure Front Door supports dynamic capture of URL path with `{url_path:seg#}` server variable, and converts URL path to lowercase or uppercase with `{url_path.tolower}` or `{url_path.toupper}`. For more information, see [Server variables](rule-set-server-variables.md).
348348

349349
### Properties
350350

0 commit comments

Comments
 (0)