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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@ ms.author: glenga
8
8
9
9
## Language support details
10
10
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).
12
12
13
-
| Language | Runtime stack |In-portal editing | Linux|Windows|
13
+
| Language | Runtime stack |Linux | Windows|In-portal editing|
14
14
|:--- |:-- |:--|:--- |:--- |
15
-
|[C# class library](../articles/azure-functions/functions-dotnet-class-library.md)<sup>*</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).
0 commit comments