Skip to content

Commit 9baafca

Browse files
Merge pull request #281262 from craigshoemaker/patch-9
[Static Web Apps] Update: Quickstart direct deploy create (fix typo)
2 parents 4f76dff + 0d0ad16 commit 9baafca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/static-web-apps/quickstart-direct-deploy-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can create a static web app using the Azure portal, [Azure CLI][az2], [Azure
4646
az staticwebapp create -n swa-demo-site -g swa-tutorial --query "defaultHostname"
4747
```
4848

49-
The `-g` parameter refers to the name of the Azure resource. Make sure you specify the same resource group name as in the previous step. Your static web app is globally distributed, so the location isn't important to how you deploy your app.
49+
The `-n` parameter refers to the site name, and the `-g` parameter refers to the name of the Azure resource group. Make sure you specify the same resource group name as in the previous step. Your static web app is globally distributed, so the location isn't important to how you deploy your app.
5050
5151
The command is configured to return the URL of your web app. You can copy the value from your terminal window to your browser to view your deployed web app.
5252
@@ -55,4 +55,4 @@ You can create a static web app using the Azure portal, [Azure CLI][az2], [Azure
5555
[az3]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
5656
[az4]: /powershell/module/az.websites
5757
[az5]: /cli/azure/authenticate-azure-cli
58-
[az6]: /cli/azure/manage-azure-subscriptions-azure-cli#get-subscription-information
58+
[az6]: /cli/azure/manage-azure-subscriptions-azure-cli#get-subscription-information

0 commit comments

Comments
 (0)