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
Copy file name to clipboardExpand all lines: includes/functions-portal-language-support.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.author: glenga
10
10
11
11
The following table shows which languages supported by Functions can run on Linux or Windows. It also indicates whether your language supports editing in the Azure portal. The language is based on the **Runtime stack** option you choose when [creating your function app in the Azure portal](../articles/azure-functions/functions-create-function-app-portal.md#create-a-function-app). This is the same as the `--worker-runtime` option when using the `func init` command in Azure Functions Core Tools.
12
12
13
-
| Language | Runtime stack | Linux | Windows | In-portal editing |
13
+
| Language | Runtime stack | Linux | Windows | In-portal editing<sup>1</sup>|
14
14
|:--- |:-- |:--|:--- |:--- |
15
-
|[C# class library](../articles/azure-functions/functions-dotnet-class-library.md)<sup>*</sup> |.NET|✓ |✓ ||
15
+
|[C# class library](../articles/azure-functions/functions-dotnet-class-library.md)<sup>2</sup> |.NET|✓ |✓ ||
<sup>*</sup>You can't currently create function apps that run on .NET 5.0 in the portal. To learn more, see [Develop and publish .NET 5 functions using Azure Functions](../articles/azure-functions/dotnet-isolated-process-developer-howtos.md).
24
+
<sup>1</sup>When running on Linux, in-portal editing is only supported in a [Dedicated (App Service) plan](../articles/azure-functions/dedicated-plan.md).
25
+
<sup>2</sup>In the portal, you can't currently create function apps that run on .NET 5.0. To learn more, see [Develop and publish .NET 5 functions using Azure Functions](../articles/azure-functions/dotnet-isolated-process-developer-howtos.md).
25
26
26
27
For more details, see [Operating system/runtime support](../articles/azure-functions/functions-scale.md#operating-systemruntime).
0 commit comments