Skip to content

Commit afb91db

Browse files
Merge pull request #260184 from duongau/patch-8
Front Door - Update note about placement of wildcard character
2 parents 6a58c0f + 765cb45 commit afb91db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/frontdoor/front-door-route-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: duongau
77
ms.service: frontdoor
88
ms.topic: conceptual
99
ms.workload: infrastructure-services
10-
ms.date: 06/01/2023
10+
ms.date: 12/04/2023
1111
ms.author: duau
1212
zone_pivot_groups: front-door-tiers
1313
---
@@ -89,7 +89,7 @@ After Front Door determines the specific frontend host and filters for possible
8989
::: zone pivot="front-door-standard-premium"
9090

9191
>[!NOTE]
92-
> * Any paths without a wildcard are considered to be exact-match paths. If a path ends in a `/`, this is considered an exact match.
92+
> The wildcard character `*` is only valid for paths that don't have any other characters after it. Additionally, the wildcard character `*` must be preceded by a slash `/`. Paths without a wildcard are considered to be exact-match paths. A path that ends in a slash `/` is also an exact-match path. Ensure that your paths follow these rules to avoid any errors.
9393
9494
::: zone-end
9595

0 commit comments

Comments
 (0)