Skip to content

Commit a7b9021

Browse files
committed
Revert the uiex.md changes
1 parent 2413069 commit a7b9021

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ In this section, you create a local <abbr title="A logical container for one or
7676
func init LocalFunctionProj --dotnet
7777
```
7878

79-
Use the following command to creating an Azure functions in an isolated process and specify the target .NET framework :
80-
81-
```csharp
82-
func init --worker-runtime dotnet-isolated --target-framework net7.0
83-
```
84-
85-
The `--target-framework` argument is an optional argument meaning the target framework of your .NET runtime, supported values are `net6.0`, `net7.0`, and `net48`. It defauts to net6.0 when not being specified.
86-
8779
1. **Run** 'cd LocalFunctionProj' to navigate to the <abbr title="This folder contains various files for the project, including configurations files named local.settings.json and host.json. Because local.settings.json can contain secrets downloaded from Azure, the file is excluded from source control by default in the .gitignore file.">project folder</abbr>.
8880

8981
```console

0 commit comments

Comments
 (0)