You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/get-started-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,13 +127,13 @@ Results:
127
127
echo"You can now visit your web server at https://$MY_STATIC_WEB_APP_URL"
128
128
```
129
129
130
-
## Next Steps
130
+
## Use a Github template
131
131
132
132
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.
133
133
134
134
In case you want to use the GitHub template repository, follow these steps:
135
135
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.
137
137
138
138
1. Go to https://github.com/login/device.
139
139
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
156
156
```
157
157
5. Copy the URL into your browser to go to your website.
158
158
159
-
## Clean up resources
159
+
## Clean up resources (optional)
160
160
161
161
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.
0 commit comments