An Azure service that provides an event-driven serverless compute platform.
I was still getting this error even after upgrading the FUNCTION_EXTENSION_VERSION to v4, the .NET version to net6.0, and the NuGet packages on the function app. However, I had referenced a number of Microsoft.X packages that were labeled 7.0. I had to revert all of the references to 6.0 for both my function app, AS WELL AS the chain of projects that were referenced in my code for the function app (it ran about 4 deep). I believe the 7.0 libraries only are compatible with Function Apps that run in Isolation Mode, which we are not using yet. See https://github.com/Azure/azure-functions-host/issues/8984.