Skip to content

Commit 8d9cfc1

Browse files
authored
Try again
1 parent 45e48e2 commit 8d9cfc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ In Azure Functions, a function project is a container for one or more individual
6161
```console
6262
func new --name HttpExample --template "HTTP trigger" --authlevel "anonymous"
6363
```
64-
65-
[`func new`](functions-core-tools-reference.md#func-new) creates a subfolder matching the function name that contains a code file appropriate to the project's chosen language and a configuration file named *function.json*.
64+
[`func new`](functions-core-tools-reference.md#func-new) creates a subfolder matching the function name that contains a code file appropriate to the project's chosen language and a configuration file named *function.json*.
6665

6766
You may find the [Azure Functions Core Tools reference](functions-core-tools-reference.md) helpful.
6867

0 commit comments

Comments
 (0)