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: articles/azure-functions/dotnet-isolated-process-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ The following example performs clean-up actions if a cancellation request has be
157
157
158
158
You can compile your function app as [ReadyToRun binaries](/dotnet/core/deploying/ready-to-run). ReadyToRun is a form of ahead-of-time compilation that can improve startup performance to help reduce the effect of [cold-start](event-driven-scaling.md#cold-start) when running in a [Consumption plan](consumption-plan.md).
159
159
160
-
ReadyToRun is available in .NET 6 (both in-process and isolated worker process), and .NET 7, and it requires [version 4.0 or later](functions-versions.md) of the Azure Functions runtime.
160
+
ReadyToRun is available in .NET 6 and later versions and requires [version 4.0 or later](functions-versions.md) of the Azure Functions runtime.
161
161
162
162
To compile your project as ReadyToRun, update your project file by adding the `<PublishReadyToRun>` and `<RuntimeIdentifier>` elements. The following is the configuration for publishing to a Windows 32-bit function app.
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-dotnet-class-library.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ If you install the Core Tools using the Windows installer (MSI) package or by us
205
205
206
206
You can compile your function app as [ReadyToRun binaries](/dotnet/core/deploying/ready-to-run). ReadyToRun is a form of ahead-of-time compilation that can improve startup performance to help reduce the impact of [cold-start](event-driven-scaling.md#cold-start) when running in a [Consumption plan](consumption-plan.md).
207
207
208
-
ReadyToRun is available in .NET 6 (in-proc and isolated) and .NET 7 and requires [version 4.0 of the Azure Functions runtime](functions-versions.md).
208
+
ReadyToRun is available in .NET 6 and later versions and requires [version 4.0 of the Azure Functions runtime](functions-versions.md).
209
209
210
210
To compile your project as ReadyToRun, update your project file by adding the `<PublishReadyToRun>` and `<RuntimeIdentifier>` elements. The following is the configuration for publishing to a Windows 32-bit function app.
211
211
@@ -395,7 +395,7 @@ In this command, replace `<VERSION>` with a version of this package that support
Version 2.xandlaterversionsoftheruntimeusenewerfeaturesinApplicationInsightstoautomaticallycorrelatetelemetrywiththecurrentoperation. There'snoneedtomanuallysettheoperation `Id`, `ParentId`, or `Name` fields.
| 4.x | GA |**_Recommended runtime version for functions in all languages._** Check out [Supported language versions](#languages). |
17
-
| 3.x | GA | Supported all languages (see [Supported language versions](#languages)). Reached the end of life (EOL) for extended support on December 13, 2022. We highly recommend you [migrating your apps from Azure Functions version 3.x to version 4.x](migrate-version-3-version-4.md) for full support. |
18
-
| 2.x | GA | Supported for [legacy version 2.x apps](#pinning-to-version-20). This version is in maintenance mode, with enhancements provided only in later versions. Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps from Azure Functions version 3.x to version 4.x](migrate-version-3-version-4.md) for full support. |
17
+
| 3.x | GA | Supported all languages (see [Supported language versions](#languages)). Reached the end of life (EOL) for extended support on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support. |
18
+
| 2.x | GA | Supported for [legacy version 2.x apps](#pinning-to-version-20). This version is in maintenance mode, with enhancements provided only in later versions. Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support. |
19
19
| 1.x | GA | Recommended only for C# apps that must use .NET Framework and only supports development in the Azure portal, Azure Stack Hub portal, or locally on Windows computers. This version is in maintenance mode, with enhancements provided only in later versions. |
20
20
21
21
This article details some of the differences between these versions, how you can create each version, and how to change the version on which your functions run.
@@ -120,6 +120,13 @@ You can also choose `net6.0`, `net7.0`, or `net48` as the target framework if yo
120
120
> [!NOTE]
121
121
> Azure Functions 4.x requires the `Microsoft.NET.Sdk.Functions` extension be at least `4.0.0`.
122
122
123
+
# [Version 3.x](#tab/v3)
124
+
125
+
Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support.
126
+
127
+
# [Version 2.x](#tab/v2)
128
+
129
+
Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support.
|[F#](../articles/azure-functions/functions-reference-fsharp.md)|GA (.NET Framework 4.8)|GA (.NET Core 2.1<sup>1</sup>)| GA (.NET Core 3.1) | GA (.NET 6.0)<br/> GA (.NET 7.0)|
15
15
|[Java](../articles/azure-functions/functions-reference-java.md)|N/A|GA (Java 8)| GA (Java 11 & 8)| GA (Java 11 & 8) <br/> GA (Java 17)|
16
16
|[PowerShell](../articles/azure-functions/functions-reference-powershell.md)|N/A|N/A|N/A| GA (PowerShell 7.2)|
17
17
|[Python](../articles/azure-functions/functions-reference-python.md#python-version)|N/A|GA (Python 3.7)| GA (Python 3.9, 3.8, 3.7)| GA (Python 3.9, 3.8, 3.7) <br/> Preview (3.10)|
18
18
|[TypeScript](../articles/azure-functions/functions-reference-node.md#typescript)<sup>2</sup> |N/A|GA| GA | GA |
19
19
20
-
<sup>1</sup> .NET class library apps targeting runtime version 2.x runs on .NET Core 3.1 in .NET Core 2.x compatibility mode. To learn more, see [Functions v2.x considerations](../articles/azure-functions/functions-dotnet-class-library.md#functions-v2x-considerations).
20
+
<sup>1</sup> Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support.
21
21
<sup>2</sup> Supported through transpiling to JavaScript.
22
22
23
23
See the language-specific developer guide article for more details about supported language versions.
0 commit comments