Skip to content

Commit 0d0ad16

Browse files
Update quickstart-direct-deploy-create.md
1 parent 47c10bc commit 0d0ad16

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)