Skip to content

Commit 4db5b7d

Browse files
authored
Clean-up the start commands
1 parent 4be304b commit 4db5b7d

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,7 @@ func new --template "Queue Trigger" --name QueueTriggerJS
310310
311311
## <a name="start"></a>Run functions locally
312312
313-
To run a Functions project, run the Functions host. The host enables triggers for all functions in the project.
314-
315-
### Version 2.x
316-
317-
In version 2.x of the runtime, the start command varies, depending on your project language.
313+
To run a Functions project, run the Functions host. The host enables triggers for all functions in the project. In version 2.x of the runtime, the start command varies, depending on your project language.
318314
319315
# [C\#](#tab/csharp)
320316
@@ -336,13 +332,12 @@ npm start
336332
337333
---
338334
339-
### Version 1.x
340-
341-
Version 1.x of the Functions runtime requires the `host` command, as in the following example:
342-
343-
```
344-
func host start
345-
```
335+
>[!NOTE]
336+
> Version 1.x of the Functions runtime requires the `host` command, as in the following example:
337+
>
338+
> ```
339+
> func host start
340+
> ```
346341
347342
`func start` supports the following options:
348343

0 commit comments

Comments
 (0)