Skip to content

Commit 5dec8c8

Browse files
committed
Port missing include file
1 parent 1c5c4bb commit 5dec8c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: ggailey777
3+
ms.service: azure-functions
4+
ms.topic: include
5+
ms.date: 11/16/2021
6+
ms.author: glenga
7+
---
8+
9+
The C# function can be created using one of the following C# modes:
10+
11+
* [In-process class library](../articles/azure-functions/functions-dotnet-class-library.md): compiled C# function that runs in the same process as the Functions runtime.
12+
* [Isolated process class library](../articles/azure-functions/dotnet-isolated-process-guide.md): compiled C# function that runs in a process isolated from the runtime. Isolated process is required to support C# functions running on .NET 5.0.
13+
* [C# script](../articles/azure-functions/functions-reference-csharp.md): used primarily when creating C# functions in the Azure portal.

0 commit comments

Comments
 (0)