@@ -11,18 +11,22 @@ To configure the API language runtime version, set the `apiRuntime` property in
11
11
| Language runtime version | Operating system | Azure Functions version | ` apiRuntime ` value | End of support date |
12
12
| --| --| --| --| --|
13
13
| .NET Core 3.1 | Windows | 3.x | ` dotnet:3.1 ` | December 3, 2022 |
14
- | .NET 6.0 in-process | Windows | 4.x | ` dotnet:6.0 ` | - |
15
- | .NET 6.0 isolated | Windows | 4.x | ` dotnet-isolated:6.0 ` | - |
16
- | .NET 7.0 isolated | Windows | 4.x | ` dotnet-isolated:7.0 ` | - |
14
+ | .NET 6.0 in-process | Windows | 4.x | ` dotnet:6.0 ` | April 30, 2025 |
15
+ | .NET 8.0 in-process | Windows | 4.x | ` dotnet:8.0 ` | - |
16
+ | .NET 6.0 isolated | Windows | 4.x | ` dotnet-isolated:6.0 ` | April 30, 2025 |
17
+ | .NET 7.0 isolated | Windows | 4.x | ` dotnet-isolated:7.0 ` | April 30, 2025 |
17
18
| .NET 8.0 isolated | Windows | 4.x | ` dotnet-isolated:8.0 ` | - |
19
+ | .NET 9.0 isolated | Windows | 4.x | ` dotnet-isolated:9.0 ` | - |
18
20
| Node.js 12.x | Linux | 3.x | ` node:12 ` | December 3, 2022 |
19
- | Node.js 14.x | Linux | 4.x | ` node:14 ` | - |
20
- | Node.js 16.x | Linux | 4.x | ` node:16 ` | - |
21
- | Node.js 18.x | Linux | 4.x | ` node:18 ` | - |
22
- | Node.js 20.x (preview) | Linux | 4.x | ` node:20 ` | - |
23
- | Python 3.8 | Linux | 4.x | ` python:3.8 ` | - |
21
+ | Node.js 14.x | Linux | 4.x | ` node:14 ` | April 30, 2025 |
22
+ | Node.js 16.x | Linux | 4.x | ` node:16 ` | April 30, 2025 |
23
+ | Node.js 18.x | Linux | 4.x | ` node:18 ` | May 31, 2025 |
24
+ | Node.js 20.x | Linux | 4.x | ` node:20 ` | - |
25
+ | Python 3.8 | Linux | 4.x | ` python:3.8 ` | April 30, 2025 |
24
26
| Python 3.9 | Linux | 4.x | ` python:3.9 ` | - |
25
27
| Python 3.10 | Linux | 4.x | ` python:3.10 ` | - |
28
+ | Python 3.11 | Linux | 4.x | ` python:3.11 ` | - |
29
+
26
30
27
31
### .NET
28
32
0 commit comments