Skip to content

Commit 4dbadc1

Browse files
authored
Update get-started-cli.md
Updating based on review.
1 parent ddc1055 commit 4dbadc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Results:
127127
echo "You can now visit your web server at https://$MY_STATIC_WEB_APP_URL"
128128
```
129129

130-
## Next Steps
130+
## Use a Github template
131131

132132
You've successfully deployed a static web app to Azure Static Web Apps using the Azure CLI. Now that you have a basic understanding of how to deploy a static web app, you can explore more advanced features and functionality of Azure Static Web Apps.
133133

134134
In case you want to use the GitHub template repository, follow these steps:
135135

136-
Go to https://github.com/login/device and enter the user code 329B-3945 to activate and retrieve your GitHub personal access token.
136+
Go to https://github.com/login/device and enter the code you get from GitHub to activate and retrieve your GitHub personal access token.
137137

138138
1. Go to https://github.com/login/device.
139139
2. Enter the user code as displayed your console's message.
@@ -156,7 +156,7 @@ Go to https://github.com/login/device and enter the user code 329B-3945 to activ
156156
```
157157
5. Copy the URL into your browser to go to your website.
158158

159-
## Clean up resources
159+
## Clean up resources (optional)
160160

161161
If you're not going to continue to use this application, delete the resource group and the static web app using the [az group delete](/cli/azure/group#az-group-delete) command.
162162

0 commit comments

Comments
 (0)