Skip to content

Commit 4f8072b

Browse files
Merge pull request #221263 from ketan-chawda-msft/patch-5
Updated the Azure CLI command
2 parents 3caebfd + 3b20716 commit 4f8072b

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)