Skip to content

Commit 898babd

Browse files
committed
Add support removal note
1 parent 31a7767 commit 898babd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Functions runtime versions overview
33
description: Azure Functions supports multiple versions of the runtime. Learn the differences between them and how to choose the one that's right for you.
44
ms.topic: conceptual
55
ms.custom: devx-track-dotnet
6-
ms.date: 01/22/2022
6+
ms.date: 06/24/2022
77
zone_pivot_groups: programming-languages-set-functions
88
---
99

@@ -18,6 +18,10 @@ zone_pivot_groups: programming-languages-set-functions
1818
| 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.|
1919
| 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. |
2020

21+
> [!IMPORTANT]
22+
> Beginning on December 3, 2022, function apps running on versions 2.x and 3.x of the Azure Functions runtime can no longer be supported. Before that time, please test, verify, and migrate your function apps to version 4.x of the Functions runtime. End of support for these runtime versions is due to the ending of support for .NET Core 3.1, which is required by these runtime versions. This requirement affects all Functions languages.
23+
>Functions version 1.x is still supported for C# function apps that require the .NET Framework. Preview support is now available in Functions 4.x to [run C# functions on .NET Framework 4.8](dotnet-isolated-process-guide.md#supported-versions).
24+
2125
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.
2226

2327
[!INCLUDE [functions-support-levels](../../includes/functions-support-levels.md)]

0 commit comments

Comments
 (0)