Skip to content

Commit 25a0392

Browse files
committed
Revise the table
1 parent 6c46c5d commit 25a0392

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

includes/functions-portal-language-support.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ ms.author: glenga
88

99
## Language support details
1010

11-
The following table shows language support for function apps you can create in the portal, including whether in-portal editing is available. 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).
11+
The following table shows which languages supported by Functions can run on Linux or Windows. It also indicated 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).
1212

13-
| Language | Runtime stack | In-portal editing | Linux | Windows |
13+
| Language | Runtime stack | Linux | Windows | In-portal editing |
1414
|:--- |:-- |:--|:--- |:--- |
15-
| [C# class library](../articles/azure-functions/functions-dotnet-class-library.md)<sup>*</sup> |.NET| ||
16-
| [C# script](../articles/azure-functions/functions-reference-csharp.md) | .NET || ||
17-
| [JavaScript](../articles/azure-functions/functions-reference-node.md) | Node.js | |||
18-
| [Python](../articles/azure-functions/functions-reference-python.md) | Python | | | |
19-
| [Java](../articles/azure-functions/functions-reference-java.md) | Java | || |
20-
| [PowerShell](../articles/azure-functions/functions-reference-powershell.md) |PowerShell Core || ||
21-
| [TypeScript](../articles/azure-functions/functions-reference-node.md) | Node.js | || |
22-
| [Go/Rust/other](../articles/azure-functions/functions-custom-handlers.md) | Custom Handlers | || |
15+
| [C# class library](../articles/azure-functions/functions-dotnet-class-library.md)<sup>*</sup> |.NET||| |
16+
| [C# script](../articles/azure-functions/functions-reference-csharp.md) | .NET | |||
17+
| [JavaScript](../articles/azure-functions/functions-reference-node.md) | Node.js ||| |
18+
| [Python](../articles/azure-functions/functions-reference-python.md) | Python || | |
19+
| [Java](../articles/azure-functions/functions-reference-java.md) | Java | || |
20+
| [PowerShell](../articles/azure-functions/functions-reference-powershell.md) |PowerShell Core | | ||
21+
| [TypeScript](../articles/azure-functions/functions-reference-node.md) | Node.js ||| |
22+
| [Go/Rust/other](../articles/azure-functions/functions-custom-handlers.md) | Custom Handlers | || |
2323

2424
<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).
2525

0 commit comments

Comments
 (0)