You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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