Skip to content

Commit 191330e

Browse files
Merge pull request #251354 from shreyabatra4/portal
removed portal caveat for v2
2 parents cfc8fba + b7201fc commit 191330e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

includes/functions-portal-language-support.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@ The following table shows which languages supported by Functions can run on Linu
1414
| Language | Runtime stack | Linux | Windows | In-portal editing |
1515
|:--- |:-- |:--|:--- |:--- |
1616
| [C# (in-process model)](../articles/azure-functions/functions-dotnet-class-library.md)|.NET||| |
17-
| [C# (isolated worker model))](../articles/azure-functions/dotnet-isolated-process-guide.md) |.NET||✓<sup>2</sup> | |
17+
| [C# (isolated worker model))](../articles/azure-functions/dotnet-isolated-process-guide.md) |.NET||✓<sup>1</sup> | |
1818
| [C# script](../articles/azure-functions/functions-reference-csharp.md) | .NET ||||
1919
| [JavaScript](../articles/azure-functions/functions-reference-node.md?tabs=javascript) | Node.js ||||
20-
| [Python](../articles/azure-functions/functions-reference-python.md)<sup>1</sup> | Python || ||
20+
| [Python](../articles/azure-functions/functions-reference-python.md) | Python || ||
2121
| [Java](../articles/azure-functions/functions-reference-java.md) | Java ||| |
2222
| [PowerShell](../articles/azure-functions/functions-reference-powershell.md) |PowerShell Core ||||
2323
| [TypeScript](../articles/azure-functions/functions-reference-node.md?tabs=typescript) | Node.js ||| |
2424
| [Go/Rust/other](../articles/azure-functions/functions-custom-handlers.md) | Custom Handlers ||| |
2525

26-
<sup>1</sup> In-portal editing requires your function to be defined in a function.json file. Because the [Python v2 programming model](../articles/azure-functions/functions-reference-python.md?pivots=python-mode-decorators#programming-model) uses Python code decorators instead of function.json to define functions, only the Python v1 programming model is supported for in-portal development.
27-
28-
<sup>2</sup> The preview for .NET 8 on the isolated worker model currently only supports Linux. All other versions of .NET are supported on Windows.
26+
<sup>1</sup> The preview for .NET 8 on the isolated worker model currently only supports Linux. All other versions of .NET are supported on Windows.
2927

3028
For more information on operating system and language support, see [Operating system/runtime support](../articles/azure-functions/functions-scale.md#operating-systemruntime).
3129

0 commit comments

Comments
 (0)