Skip to content

Commit b195e29

Browse files
authored
Update create-first-function-cli-node.md
move update app setting to before deploy
1 parent 9e175a2 commit b195e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ Each binding requires a direction, a type, and a unique name. The HTTP trigger h
204204

205205
This command creates a function app running in your specified language runtime under the [Azure Functions Consumption Plan](consumption-plan.md), which is free for the amount of usage you incur here. The command also provisions an associated Azure Application Insights instance in the same resource group, with which you can monitor your function app and view logs. For more information, see [Monitor Azure Functions](functions-monitoring.md). The instance incurs no costs until you activate it.
206206

207-
[!INCLUDE [functions-publish-project-cli](../../includes/functions-publish-project-cli.md)]
208-
209207
::: zone pivot="nodejs-model-v4"
210208
## Update app settings
211209

@@ -228,6 +226,8 @@ Update-AzFunctionAppSetting -Name <FUNCTION_APP_NAME> -ResourceGroupName <RESOUR
228226
---
229227
::: zone-end
230228

229+
[!INCLUDE [functions-publish-project-cli](../../includes/functions-publish-project-cli.md)]
230+
231231
[!INCLUDE [functions-run-remote-azure-cli](../../includes/functions-run-remote-azure-cli.md)]
232232

233233
[!INCLUDE [functions-streaming-logs-cli-qs](../../includes/functions-streaming-logs-cli-qs.md)]

0 commit comments

Comments
 (0)