Skip to content

Commit 5b0b373

Browse files
authored
Merge pull request #173978 from JackStromberg/patch-10
Updating wildcard info
2 parents 4e51150 + 4075600 commit 5b0b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/url-route-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The urlPathMap element is used to specify Path patterns to back-end server pool
5959

6060
### PathPattern
6161

62-
PathPattern is a list of path patterns to match. Each must start with / and the only place a "*" is allowed is at the end following a "/." The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here. Otherwise, any characters allowed in a URL are allowed in PathPattern.
62+
PathPattern is a list of path patterns to match. Each path must start with / and may use \* as a wildcard character. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here. Otherwise, any characters allowed in a URL are allowed in PathPattern.
6363

6464
The supported patterns depend on whether you deploy Application Gateway v1 or v2:
6565

0 commit comments

Comments
 (0)