Skip to content

Commit 5d470af

Browse files
Update articles/container-apps/rule-based-routing.md
1 parent 858451b commit 5d470af

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 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

0 commit comments

Comments
 (0)