Skip to content

Commit 764926f

Browse files
Merge pull request #299581 from Harikrishnan-M-B/patch-37
Added more info regarding source pattern for url rewrite
2 parents 6f785d3 + 813a022 commit 764926f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Use the **URL rewrite** action to rewrite the path of a request that's en route
416416

417417
| Property | Supported values |
418418
|----------|------------------|
419-
| Source pattern | Define the source pattern in the URL path to replace. Currently, source pattern uses a prefix-based match. To match all URL paths, use a forward slash (`/`) as the source pattern value. |
419+
| Source pattern | Define the source pattern in the URL path to replace. Currently, source pattern uses a prefix-based match. To match all URL paths, use a forward slash (`/`) as the source pattern value. Note that only the path after the patterns to match in the route configuration is taken into consideration for the source pattern. For more information, see [source pattern.](front-door-url-rewrite.md?pivots=front-door-standard-premium#source-pattern) |
420420
| Destination | Define the destination path to use in the rewrite. The destination path overwrites the source pattern. |
421421
| Preserve unmatched path | If set to _Yes_, the remaining path after the source pattern is appended to the new destination path. |
422422

0 commit comments

Comments
 (0)