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

[Feature Contribution]: Migrate sample implementation of Azure Function to isolated worker model #419

Closed
2 tasks done
tiwatsuka opened this issue Nov 21, 2023 · 1 comment · Fixed by #420
Closed
2 tasks done
Assignees
Labels

Comments

@tiwatsuka
Copy link
Contributor

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

  • I agree to follow this project's Code of Conduct

Feature Commitment

  • I commit to contributing this feature as a PR and working with the GSF to merge this feature into the Carbon Aware SDK.
@tiwatsuka
Copy link
Contributor Author

Closed by #493

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants