Skip to content

Commit d034886

Browse files
Merge branch 'aca/add-rule-based-routing' of https://github.com/craigshoemaker/azure-docs-pr into aca/add-rule-based-routing
2 parents 4e8b406 + e5dcf6e commit d034886

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ In this article, you learn how to use rule-based routing with Azure Container Ap
7676
Create the following environment variables.
7777
7878
```bash
79-
$CONTAINER_APP_1_NAME="my-container-app-1"
80-
$CONTAINER_APP_1_IMAGE="mcr.microsoft.com/k8se/quickstart:latest"
81-
$CONTAINER_APP_1_TARGET_PORT="80"
82-
$CONTAINER_APP_2_NAME="my-container-app-2"
83-
$CONTAINER_APP_2_IMAGE="mcr.microsoft.com/dotnet/samples:aspnetapp"
84-
$CONTAINER_APP_2_TARGET_PORT="8080"
85-
$LOCATION="eastus"
86-
$RESOURCE_GROUP="my-container-apps"
87-
$ENVIRONMENT_NAME="my-container-apps-env"
88-
$ROUTE_CONFIG_NAME="my-route-config"
79+
CONTAINER_APP_1_NAME="my-container-app-1"
80+
CONTAINER_APP_1_IMAGE="mcr.microsoft.com/k8se/quickstart:latest"
81+
CONTAINER_APP_1_TARGET_PORT="80"
82+
CONTAINER_APP_2_NAME="my-container-app-2"
83+
CONTAINER_APP_2_IMAGE="mcr.microsoft.com/dotnet/samples:aspnetapp"
84+
CONTAINER_APP_2_TARGET_PORT="8080"
85+
LOCATION="eastus"
86+
RESOURCE_GROUP="my-container-apps"
87+
ENVIRONMENT_NAME="my-container-apps-env"
88+
ROUTE_CONFIG_NAME="my-route-config"
8989
```
9090

9191
## Create container apps
@@ -153,7 +153,7 @@ $ROUTE_CONFIG_NAME="my-route-config"
153153
| `routes.action.prefixRewrite` | What to replace the matched prefix with before forwarding. |
154154
| `targets.containerApp` | The name of the container app where matching route request are sent. |
155155
156-
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.
156+
These rules allow different paths on your domain to route to different container apps while also modifying the request path before it reaches the destination app.
157157
158158
Other properties not listed that may affect your routes include the following.
159159

0 commit comments

Comments
 (0)