Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,974 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have upgraded our function from .Net 6 to .Net 8 as well as set the below in the app. We even went as far as to update the FUNCTIONS_EXTENSION_VERSION to ~4. Yet after successful deployment the application reverts back to .Net 6
<TargetFramework>net8.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>