We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating to .NET 8.0 (#404) is blocked by failing to run sample of Azure Function. It is implemented in in-process model which is not supported for .NET 8.0 now. (c.f. https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-august-2023-roadmap-update/ba-p/3910098 ) In addition to that, in-process model will be removed from .NET 9.0. So I think the sample should be migrated to isolated worker model.
The text was updated successfully, but these errors were encountered:
Closed by #493
Sorry, something went wrong.
vaughanknight
Successfully merging a pull request may close this issue.
What happened?
Updating to .NET 8.0 (#404) is blocked by failing to run sample of Azure Function. It is implemented in in-process model which is not supported for .NET 8.0 now. (c.f. https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-august-2023-roadmap-update/ba-p/3910098 ) In addition to that, in-process model will be removed from .NET 9.0. So I think the sample should be migrated to isolated worker model.
Code of Conduct
Feature Commitment
The text was updated successfully, but these errors were encountered: