Skip to content

Commit 6b6f966

Browse files
committed
Incorporate CDA suggested changes for the Java support table
1 parent 15ec4cb commit 6b6f966

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

includes/functions-supported-languages.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ ms.custom:
88
- include file
99
- ignite-2023
1010
---
11+
Make sure to select your preferred development language at the [top](#top) of the article.
1112
::: zone pivot="programming-language-csharp"
12-
The following table shows the .NET versions supported by Azure Functions. Select your preferred development language at the top of the article.
13+
The following table shows the .NET versions supported by Azure Functions.
1314

1415
The supported version of .NET depends on both your Functions runtime version and your chosen execution model:
1516

@@ -70,20 +71,20 @@ Running C# functions in an isolated worker process isn't supported by version 1.
7071

7172
::: zone-end
7273
::: zone pivot="programming-language-java"
73-
The following table shows the language versions supported for Java functions. Select your preferred development language at the top of the article.
74+
The following table shows the language versions supported for Java functions.
7475

7576
| Supported version | Support level | Supported until |
7677
| ---- | ---- |--- |
77-
| [Java 21](/java/openjdk/support#release-and-servicing-roadmap) (Linux-only) | Preview | [See documentation]((/java/openjdk/support#release-and-servicing-roadmap)) |
78-
| [Java 17](/java/openjdk/support#release-and-servicing-roadmap) | GA | [See documentation]((/java/openjdk/support#release-and-servicing-roadmap)) |
79-
| [Java 11](/java/openjdk/support#release-and-servicing-roadmap) | GA | [See documentation]((/java/openjdk/support#release-and-servicing-roadmap)) |
80-
| [Java 8](https://adoptium.net/support/) | GA | [See documentation]((/java/openjdk/support#release-and-servicing-roadmap)) |
78+
| **Java 21** (Linux-only) | Preview | See the [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
79+
| **Java 17** | GA | See the [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
80+
| **Java 11** | GA |See the [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
81+
| **Java 8** | GA | See this [Temurin support page](https://adoptium.net/support/). |
8182

8283
For more information on developing and running Java functions, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
8384

8485
::: zone-end
8586
::: zone pivot="programming-language-javascript,programming-language-typescript"
86-
The following table shows the language versions supported for Node.js functions. Select your preferred development language at the top of the article.
87+
The following table shows the language versions supported for Node.js functions.
8788

8889
| Supported version | Support level | Expected community EOL date |
8990
| ---- | ---- |--- |
@@ -94,7 +95,7 @@ The following table shows the language versions supported for Node.js functions.
9495
TypeScript is supported through transpiling to JavaScript. For more information, see the [Azure Functions Node.js developer guide](../articles/azure-functions/functions-reference-node.md#supported-versions).
9596
::: zone-end
9697
::: zone pivot="programming-language-powershell"
97-
The following table shows the language version supported for PowerShell functions. Select your preferred development language at the top of the article.
98+
The following table shows the language version supported for PowerShell functions.
9899

99100
| Supported version | Support level | Expected community EOL date |
100101
| ---- | ---- |--- |
@@ -104,7 +105,7 @@ The following table shows the language version supported for PowerShell function
104105
For more information, see [Azure Functions PowerShell developer guide](../articles/azure-functions/functions-reference-powershell.md).
105106
::: zone-end
106107
::: zone pivot="programming-language-python"
107-
The following table shows the language versions supported for Python functions. Select your preferred development language at the top of the article.
108+
The following table shows the language versions supported for Python functions.
108109

109110
| Supported version | Support level | Expected community EOL date |
110111
| ---- | ---- |--- |

0 commit comments

Comments
 (0)