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-supported-languages.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ ms.custom:
8
8
- include file
9
9
- ignite-2023
10
10
---
11
+
Make sure to select your preferred development language at the [top](#top) of the article.
11
12
::: 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.
13
14
14
15
The supported version of .NET depends on both your Functions runtime version and your chosen execution model:
15
16
@@ -70,20 +71,20 @@ Running C# functions in an isolated worker process isn't supported by version 1.
70
71
71
72
::: zone-end
72
73
::: 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.
74
75
75
-
| Supported version | Support level |Expected community EOL date|
76
+
| Supported version | Support level |Supported until|
76
77
| ---- | ---- |--- |
77
-
|[Java 21](/java/openjdk/support#release-and-servicing-roadmap) (Linux-only) | Preview | September 2028|
78
-
|[Java 17](/java/openjdk/support#release-and-servicing-roadmap)| GA | September 2027|
79
-
|[Java 11](/java/openjdk/support#release-and-servicing-roadmap)| GA | September 2027|
80
-
|[Java 8](https://endoflife.date/eclipse-temurin)| GA |November 30, 2026|
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/).|
81
82
82
-
For more information, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
83
+
For more information on developing and running Java functions, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
83
84
84
85
::: zone-end
85
86
::: 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.
87
88
88
89
| Supported version | Support level | Expected community EOL date |
89
90
| ---- | ---- |--- |
@@ -94,7 +95,7 @@ The following table shows the language versions supported for Node.js functions.
94
95
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).
95
96
::: zone-end
96
97
::: 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.
98
99
99
100
| Supported version | Support level | Expected community EOL date |
100
101
| ---- | ---- |--- |
@@ -104,7 +105,7 @@ The following table shows the language version supported for PowerShell function
104
105
For more information, see [Azure Functions PowerShell developer guide](../articles/azure-functions/functions-reference-powershell.md).
105
106
::: zone-end
106
107
::: 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.
108
109
109
110
| Supported version | Support level | Expected community EOL date |
0 commit comments