Skip to content

Commit 7c257c9

Browse files
authored
Merge pull request #176403 from anthonychu/patch-1
[Functions] Update func new command
2 parents 52d8e78 + 65d5416 commit 7c257c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ In Azure Functions, a function project is a container for one or more individual
9595

9696
# [In-process](#tab/in-process)
9797

98-
```csharp
98+
```console
9999
func init LocalFunctionProj --dotnet
100100
```
101101

102102
# [Isolated process](#tab/isolated-process)
103103

104-
```csharp
105-
func init LocalFunctionProj --dotnet-isolated
104+
```console
105+
func init LocalFunctionProj --worker-runtime dotnet-isolated
106106
```
107107
---
108108

@@ -268,4 +268,4 @@ Copy the complete **Invoke URL** shown in the output of the publish command into
268268
> [!div class="nextstepaction"]
269269
> [Connect to Azure Queue Storage](functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-csharp&tabs=isolated-process)
270270

271-
---
271+
---

0 commit comments

Comments
 (0)