Skip to content

Commit 3b20716

Browse files
Updated the Azure CLI command
Updated the Azure CLI command to create webapp and other resources Fixes MicrosoftDocs/azure-docs/issues#102560
1 parent 5c1ee4a commit 3b20716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/quickstart-golang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ az login
6767
Create the webapp and other resources, then deploy your code to Azure using [az webapp up](/cli/azure/webapp#az-webapp-up).
6868

6969
```azurecli
70-
az webapp up --runtime GO:1.18 --sku B1
70+
az webapp up --runtime GO:1.18 --os linux --sku B1
7171
```
7272

7373
* The `--runtime` parameter specifies what version of Go your app is running. This example uses Go 1.18. To list all available runtimes, use the command `az webapp list-runtimes --os linux --output table`.

0 commit comments

Comments
 (0)