Skip to content

Instantly share code, notes, and snippets.

@mrtarkhan
Last active October 1, 2023 10:58
Show Gist options
  • Save mrtarkhan/fce59e659064acdf1e8d79f7e378c580 to your computer and use it in GitHub Desktop.
Save mrtarkhan/fce59e659064acdf1e8d79f7e378c580 to your computer and use it in GitHub Desktop.
As of December 13, 2022, function apps running on versions 2.x and 3.x of the Azure Functions runtime have reached the end of life (EOL) of extended support
Runtime Version Support Level Recommended Usage
1.x GA (support ends September 14, 2026) Supported only for C# apps that must use .NET Framework. This version is in maintenance mode, with enhancements provided only in later versions. Support will end for version 1.x on September 14, 2026. We highly recommend you migrate your apps to version 4.x, which supports .NET Framework 4.8, .NET 6, .NET 7, and a preview of .NET 8.
4.x GA Recommended runtime version for functions in all languages. Check out Supported language versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment