File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Azure Functions lets you develop functions using C# in one of the following ways
16
16
17
17
| Type | Execution process | Code extension | Development environment | Reference |
18
18
| --- | ---- | --- | --- | --- |
19
- | C# script | in-process | .csx | Portal<br />Core Tools | This article |
20
- | C# class library | in-process | .cs | Visual Studio<br />Visual Studio Code<br />Core Tools | [ In-process C# class library functions] ( functions-dotnet-class-library.md ) |
21
- | C# class library (isolated process)| out-of-process | .cs | Visual Studio<br />Visual Studio Code<br />Core Tools | [ .NET isolated process functions] ( dotnet-isolated-process-guide.md ) |
19
+ | C# script | in-process | .csx | [ Portal] ( functions-create-function-app-portal.md ) <br />[ Core Tools] ( functions-run-local.md ) | This article |
20
+ | C# class library | in-process | .cs | [ Visual Studio] ( functions-develop-vs.md ) <br />[ Visual Studio Code] ( functions-develop-vs-code.md ) <br />[ Core Tools] ( functions-run-local.md ) s | [ In-process C# class library functions] ( functions-dotnet-class-library.md ) |
21
+ | C# class library (isolated process)| out-of-process | .cs | [ Visual Studio] ( functions-develop-vs.md ) <br />[ Visual Studio Code] ( functions-develop-vs-code.md ) <br />[ Core Tools] ( functions-run-local.md ) | [ .NET isolated process functions] ( dotnet-isolated-process-guide.md ) |
22
22
23
23
This article assumes that you've already read the [ Azure Functions developers guide] ( functions-reference.md ) .
24
24
You can’t perform that action at this time.
0 commit comments