Skip to content

Commit 34f120f

Browse files
authored
Merge pull request #200459 from cebundy/fix-frontend-name
[Container Apps]: Add FRONTEND_NAME variable to tutorials
2 parents db5fe9a + a062952 commit 34f120f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/container-apps-code-to-cloud-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RESOURCE_GROUP="album-containerapps"
1515
LOCATION="canadacentral"
1616
ENVIRONMENT="env-album-containerapps"
1717
API_NAME="album-api"
18+
FRONTEND_NAME="album-ui"
1819
GITHUB_USERNAME="<YOUR_GITHUB_USERNAME>"
1920
```
2021

@@ -35,6 +36,7 @@ $RESOURCE_GROUP="album-containerapps"
3536
$LOCATION="canadacentral"
3637
$ENVIRONMENT="env-album-containerapps"
3738
$API_NAME="album-api"
39+
$FRONTEND_NAME="album-ui"
3840
$GITHUB_USERNAME="<YOUR_GITHUB_USERNAME>"
3941
```
4042

0 commit comments

Comments
 (0)