Skip to content

Commit 8bd7b42

Browse files
authored
Merge pull request #179975 from cebundy/change-names-in-getstarted
Container Apps: Change variable names in get-started.md
2 parents 5b58257 + 6c7d027 commit 8bd7b42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ Next, set the following environment variables:
7777
# [Bash](#tab/bash)
7878

7979
```azurecli
80-
RESOURCE_GROUP="my-containerapps"
80+
RESOURCE_GROUP="my-container-apps"
8181
LOCATION="canadacentral"
82-
LOG_ANALYTICS_WORKSPACE="containerapps-logs"
83-
CONTAINERAPPS_ENVIRONMENT="containerapps-env"
82+
LOG_ANALYTICS_WORKSPACE="my-container-apps-logs"
83+
CONTAINERAPPS_ENVIRONMENT="my-environment"
8484
```
8585

8686
# [PowerShell](#tab/powershell)
8787

8888
```powershell
89-
$RESOURCE_GROUP="my-containerapps"
89+
$RESOURCE_GROUP="my-container-apps"
9090
$LOCATION="canadacentral"
91-
$LOG_ANALYTICS_WORKSPACE="containerapps-logs"
92-
$CONTAINERAPPS_ENVIRONMENT="containerapps-env"
91+
$LOG_ANALYTICS_WORKSPACE="my-container-apps-logs"
92+
$CONTAINERAPPS_ENVIRONMENT="my-environment"
9393
```
9494

9595
---

0 commit comments

Comments
 (0)