Skip to content

Commit 4356768

Browse files
committed
Add links in table
1 parent c92792f commit 4356768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-reference-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Azure Functions lets you develop functions using C# in one of the following ways
1616

1717
| Type | Execution process | Code extension | Development environment | Reference |
1818
| --- | ---- | --- | --- | --- |
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) |
2222

2323
This article assumes that you've already read the [Azure Functions developers guide](functions-reference.md).
2424

0 commit comments

Comments
 (0)