-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change altinn-env-events-fa functions to target dotnet 9 #478
Comments
Seems there still isn't support for cusom queue processor logic in Isolated workers ref Azure/azure-functions-dotnet-worker#382. |
Seems .net 8 now is supported in-process: Azure/azure-functions-host#9951 |
nice but still we need a way to take control the queue parameters on function level to upgrade to isolated workers. |
Do assesment if this is needed to retain support short term, or if we can refactor onto a service-bus implementation. |
Description
We need to upgrade events function to target dotnet v9.0. This is important as some of the dependencies being updated leads to version conflicts.
An other important change is to have the functions run in isolated mode.
Tasks
Acceptance Criterias
The text was updated successfully, but these errors were encountered: