Skip to content

Commit 4f81ea8

Browse files
remove variable prefixes
1 parent 3108669 commit 4f81ea8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/container-apps/gpu-image-generation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ From the *Overview* window, select the **Application Url** link to open the web
130130
Define the following environment variables. Before running this command, replace the `<PLACEHOLDERS>` with your values.
131131

132132
```azurecli
133-
$RESOURCE_GROUP="<RESOURCE_GROUP>"
134-
$ENVIRONMENT_NAME="<ENVIRONMENT_NAME>"
135-
$LOCATION="swedencentral"
136-
$CONTAINER_APP_NAME="<CONTAINER_APP_NAME>"
137-
$CONTAINER_IMAGE="mcr.microsoft.com/k8se/gpu-quickstart:latest"
138-
$WORKLOAD_PROFILE_NAME="NC8as-T4"
139-
$WORKLOAD_PROFILE_TYPE="Consumption-GPU-NC8as-T4"
133+
RESOURCE_GROUP="<RESOURCE_GROUP>"
134+
ENVIRONMENT_NAME="<ENVIRONMENT_NAME>"
135+
LOCATION="swedencentral"
136+
CONTAINER_APP_NAME="<CONTAINER_APP_NAME>"
137+
CONTAINER_IMAGE="mcr.microsoft.com/k8se/gpu-quickstart:latest"
138+
WORKLOAD_PROFILE_NAME="NC8as-T4"
139+
WORKLOAD_PROFILE_TYPE="Consumption-GPU-NC8as-T4"
140140
```
141141

142142
## Create your container app

0 commit comments

Comments
 (0)