Skip to content

Commit 858451b

Browse files
add unlisted properties table
1 parent 68ee68a commit 858451b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

articles/container-apps/rule-based-routing-custom-domain.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ This configuration defines two routing rules for HTTP traffic.
7070

7171
These rules allow different paths on your custom domain to route to different container apps while also modifying the request path before it reaches the destination app.
7272

73+
Other properties not listed that may affect your routes include the following.
74+
75+
| Property | Description |
76+
|---|---|
77+
| `route.match.path` | Exact match path definition. |
78+
| `route.match.pathSeparatedPrefix` | Matches routes on '/' boundaries rather than any text. For example, if you set the value to `/product`, then it will match on `/product/1`, but not `/product1`. |
79+
| `route.match.caseSensitive` | Controls whether or not route patterns match with case sensitivity. |
80+
| `target.label` | Route to a specific labeled revision within a container app. |
81+
| `target.revision` | Route to a specific revision within a container app. |
82+
7383
## Work with your custom domain
7484

7585
Use the following commands to configure and use your custom domain mapping.

articles/container-apps/rule-based-routing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@ $ROUTE_CONFIG_NAME="my-route-config"
155155
156156
These rules allow different paths on your custom domain to route to different container apps while also modifying the request path before it reaches the destination app.
157157
158+
Other properties not listed that may affect your routes include the following.
159+
160+
| Property | Description |
161+
|---|---|
162+
| `route.match.path` | Exact match path definition. |
163+
| `route.match.pathSeparatedPrefix` | Matches routes on '/' boundaries rather than any text. For example, if you set the value to `/product`, then it will match on `/product/1`, but not `/product1`. |
164+
| `route.match.caseSensitive` | Controls whether or not route patterns match with case sensitivity. |
165+
| `target.label` | Route to a specific labeled revision within a container app. |
166+
| `target.revision` | Route to a specific revision within a container app. |
167+
158168
1. Run the following command to create the HTTP route configuration.
159169
160170
```azurecli

0 commit comments

Comments
 (0)