Skip to content

Commit ece9c85

Browse files
authored
Note about Linux portal support
1 parent 9c8e6a8 commit ece9c85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/functions-portal-language-support.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.author: glenga
1010

1111
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.
1212

13-
| Language | Runtime stack | Linux | Windows | In-portal editing |
13+
| Language | Runtime stack | Linux | Windows | In-portal editing<sup>1</sup> |
1414
|:--- |:-- |:--|:--- |:--- |
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||| |
1616
| [C# script](../articles/azure-functions/functions-reference-csharp.md) | .NET ||||
1717
| [JavaScript](../articles/azure-functions/functions-reference-node.md) | Node.js ||||
1818
| [Python](../articles/azure-functions/functions-reference-python.md) | Python || | |
@@ -21,7 +21,8 @@ The following table shows which languages supported by Functions can run on Linu
2121
| [TypeScript](../articles/azure-functions/functions-reference-node.md) | Node.js ||| |
2222
| [Go/Rust/other](../articles/azure-functions/functions-custom-handlers.md) | Custom Handlers ||| |
2323

24-
<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).
2526

2627
For more details, see [Operating system/runtime support](../articles/azure-functions/functions-scale.md#operating-systemruntime).
2728

0 commit comments

Comments
 (0)