Skip to content

Commit e2a46db

Browse files
Merge pull request #300206 from ggailey777/post-build
Update Flex to .NET 9
2 parents 64de81d + 04b0059 commit e2a46db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,15 @@ This table shows the language stack versions that are currently supported for Fl
105105

106106
| Language stack | Required version |
107107
| --- | :-----: |
108-
| C# (isolated process mode)<sup>1</sup> | .NET 8<sup>2</sup> |
108+
| C# (isolated process mode)<sup>1</sup> | .NET 8<sup>2</sup>, .NET 9<sup>3</sup> |
109109
| Java | Java 11, Java 17, Java 21 |
110110
| Node.js | Node.js 20, Node.js 22 |
111111
| PowerShell | PowerShell 7.4 |
112112
| Python | Python 3.10, Python 3.11, Python 3.12 |
113113

114-
<sup>1</sup>[C# in-process mode](./functions-dotnet-class-library.md) isn't supported. You instead need to [migrate your .NET code project to run in the isolated worker model](migrate-dotnet-to-isolated-model.md).
115-
<sup>2</sup>Requires version `1.20.0` or later of [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker) and version `1.16.2` or later of [Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk).
114+
1. [C# in-process mode](./functions-dotnet-class-library.md) isn't supported. You instead need to [migrate your .NET code project to run in the isolated worker model](migrate-dotnet-to-isolated-model.md).
115+
2. Requires version `1.20.0` or later of [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker) and version `1.16.2` or later of [Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk).
116+
3. Requires version `2.0.0` or later of both [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker) and [Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk).
116117

117118
## Regional subscription memory quotas
118119

0 commit comments

Comments
 (0)