Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for .NET 6 ends on 12 November 2024 #450

Closed
Tom-RedCactus opened this issue Mar 29, 2024 · 8 comments
Closed

Support for .NET 6 ends on 12 November 2024 #450

Tom-RedCactus opened this issue Mar 29, 2024 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@Tom-RedCactus
Copy link

Received the following email from Microsoft:
Support for .NET 6 ends on 12 November 2024 upgrade your Azure Functions apps to .NET 8

Is it possible to update the function app to .NET 8?

@Tom-RedCactus Tom-RedCactus added the enhancement New feature or request label Mar 29, 2024
@shibayan
Copy link
Owner

shibayan commented Mar 30, 2024

There are of course plans to update to .NET 8. However, we are still waiting as Microsoft has not yet released the necessary updates to support it.

@Tom-RedCactus
Copy link
Author

Thank you for the update. We'll patiently await Microsoft's update

@marthijn
Copy link

marthijn commented Apr 5, 2024

@shibayan Eventually the functions should be migrated to isolated-mode, right?

@shibayan
Copy link
Owner

shibayan commented Apr 6, 2024

@marthijn Starting with .NET 10, only Isolated will be supported, so we are considering migrating at that time. We would like to remain In-Process during .NET 8.

@shibayan shibayan pinned this issue Apr 6, 2024
@Skoucail
Copy link

@shibayan Any update? As nov 12 is coming very soon.

@Tom-RedCactus
Copy link
Author

@shibayan Do you expect to update the app soon? Otherwise, we have to look for another solution in the meantime.

@shibayan
Copy link
Owner

.NET 8 support is already available for new deployments with In-Proc support. Existing deployments can be upgraded in-place to .NET 8 by executing the following command

az functionapp config set -g <groupName> -n <appName> --net-framework-version v8.0
az functionapp config appsettings set -g <groupName> -n <appName> --settings FUNCTIONS_INPROC_NET8_ENABLED=1

@Tom-RedCactus
Copy link
Author

Tom-RedCactus commented Nov 14, 2024

Thanks, I missed that we could already update to the new version. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants