Top
image credit: Adobe Stock

Azure Functions v4 Now Support .NET Framework 4.8 with Isolated Execution

October 31, 2022

Via: InfoQ

Microsoft announced on September 26th that Azure Functions runtime v4 will support running .NET Framework 4.8 functions in an isolated process, allowing the developers to move their legacy .NET functions to the latest runtime. The isolated process execution decouples the function code from the Azure Functions’ host runtime, which in turn allows running different .NET frameworks within a single environment.

Azure Functions now offer four runtime versions for functions written in .NET:

Read More on InfoQ