Skip to content

Commit c96cecc

Browse files
authored
Fix func start snippet for JS
1 parent 22db616 commit c96cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ py -m venv .venv
249249

250250
1. Run this command from your app folder in a terminal or command prompt:
251251

252-
::: zone pivot="programming-language-csharp, programming-language-powershell,programming-language-python,programming-language-javascript"
252+
::: zone pivot="programming-language-csharp, programming-language-powershell,programming-language-python"
253253
```console
254254
func start
255255
```

0 commit comments

Comments
 (0)