Skip to content

Commit 5c7db1b

Browse files
authored
Fix to run in Cloud Shell
1 parent adf4616 commit 5c7db1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
author: ggailey777
77
ms.author: glenga
88
ms.assetid: 674a01a7-fd34-4775-8b69-893182742ae0
9-
ms.date: 09/10/2018
9+
ms.date: 11/13/2018
1010
ms.topic: quickstart
1111
ms.service: azure-functions
1212
ms.custom: mvc
@@ -110,9 +110,8 @@ When you create a JavaScript function app, it's important to target the correct
110110
In the following Azure CLI command, `<app_name> is the name of your function app.
111111

112112
```azurecli-interactive
113-
az functionapp config appsettings set --name <app_name> \
114-
--resource-group myResourceGroup \
115-
--settings WEBSITE_NODE_DEFAULT_VERSION=8.11.1
113+
az functionapp config appsettings set --resource-group myResourceGroup \
114+
--name <app_name> --settings WEBSITE_NODE_DEFAULT_VERSION=8.11.1
116115
```
117116

118117
Verify the new setting in the output.

0 commit comments

Comments
 (0)