Skip to content

Commit 949de32

Browse files
authored
Update functions-supported-languages.md
1 parent d0d6bda commit 949de32

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

includes/functions-supported-languages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure to select your preferred development language at the [top of the artic
1212
::: zone pivot="programming-language-csharp"
1313
The following table shows the .NET versions supported by Azure Functions.
1414

15-
The supported version of .NET depends on both your Functions runtime version and your selected execution model.
15+
The supported version of .NET depends we on both your Functions runtime version and your selected execution model.
1616

1717
### [Isolated worker model](#tab/isolated-process)
1818

@@ -61,7 +61,7 @@ For more information, see [Develop C# class library functions using Azure Functi
6161
<sup>1</sup> .NET 9 previously had an expected end-of-support date of May 12, 2026. During the .NET 9 service window, the .NET team extended support for STS versions to 24 months, starting with .NET 9. For more information, see [the blog post](https://devblogs.microsoft.com/dotnet/dotnet-sts-releases-supported-for-24-months/).
6262

6363
> [!NOTE]
64-
> .NET 9 is the last .NET version supported for Linux Consumption plan apps. Newer .NET versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](./migration/migrate-plan-consumption-to-flex.md).
64+
> .NET 9 is the last .NET version supported for Linux Consumption plan apps. Newer .NET versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](../articles/azure-functions/migration/migrate-plan-consumption-to-flex.md).
6565
6666
[dotnet-policy]: https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle
6767
[dotnet-framework-policy]: https://dotnet.microsoft.com/platform/support/policy/dotnet-framework
@@ -93,7 +93,7 @@ The following table shows the language versions supported for Java function apps
9393
<sup>*</sup>The end-of-support date for Java 25 is determined when general availability (GA) is declared.
9494

9595
> [!NOTE]
96-
> Java 21 is the last Java version supported for Linux Consumption plan apps. Newer Java versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](./migration/migrate-plan-consumption-to-flex.md).
96+
> Java 21 is the last Java version supported for Linux Consumption plan apps. Newer Java versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](../articles/azure-functions/migration/migrate-plan-consumption-to-flex.md).
9797
9898
For more information on developing and running Java function apps, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
9999

@@ -121,7 +121,7 @@ The following table shows the language version supported for PowerShell function
121121
| [PowerShell 7.4](/powershell/scripting/install/powershell-support-lifecycle#powershell-end-of-support-dates) | GA | November 10, 2026 |
122122

123123
> [!NOTE]
124-
> PowerShell 7.4 is the last PowerShell version supported for Linux Consumption plan apps. Newer PowerShell versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](./migration/migrate-plan-consumption-to-flex.md).
124+
> PowerShell 7.4 is the last PowerShell version supported for Linux Consumption plan apps. Newer PowerShell versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](../articles/azure-functions/migration/migrate-plan-consumption-to-flex.md).
125125
126126
For more information, see [Azure Functions PowerShell developer guide](../articles/azure-functions/functions-reference-powershell.md).
127127
::: zone-end
@@ -140,7 +140,7 @@ The following table shows the language versions supported for Python function ap
140140
2. Remote build support for Python 3.14 isn't yet available when running in a Flex Consumption plan.
141141

142142
> [!NOTE]
143-
> Python 3.12 is the last Python version supported for Linux Consumption plan apps. Newer Python versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](./migration/migrate-plan-consumption-to-flex.md).
143+
> Python 3.12 is the last Python version supported for Linux Consumption plan apps. Newer Python versions aren't added to Linux Consumption. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](../articles/azure-functions/migration/migrate-plan-consumption-to-flex.md).
144144
145145
For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md).
146146
::: zone-end

0 commit comments

Comments
 (0)