Skip to content

Commit d00e125

Browse files
authored
Merge pull request #175593 from Reshmi-Sriram/patch-2
Update get-started-cli.md
2 parents e9925c6 + 9309604 commit d00e125

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/static-web-apps/get-started-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Now that the repository is created, you can create a static web app from the Azu
5656
-s https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/my-first-static-web-app \
5757
-l <LOCATION> \
5858
-b main \
59-
--app-artifact-location "src" \
59+
--app-location "src" \
6060
--token <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
6161
```
6262
@@ -69,7 +69,7 @@ Now that the repository is created, you can create a static web app from the Azu
6969
-s https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/my-first-static-web-app \
7070
-l <LOCATION> \
7171
-b main \
72-
--app-artifact-location "dist/angular-basic" \
72+
--app-location "dist/angular-basic" \
7373
--token <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
7474
```
7575
@@ -82,7 +82,7 @@ Now that the repository is created, you can create a static web app from the Azu
8282
-s https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/my-first-static-web-app \
8383
-l <LOCATION> \
8484
-b main \
85-
--app-artifact-location "build" \
85+
--app-location "build" \
8686
--token <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
8787
```
8888
@@ -95,7 +95,7 @@ Now that the repository is created, you can create a static web app from the Azu
9595
-s https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/my-first-static-web-app \
9696
-l <LOCATION> \
9797
-b main \
98-
--app-artifact-location "dist" \
98+
--app-location "dist" \
9999
--token <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
100100
```
101101

0 commit comments

Comments
 (0)