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

Durable Functions support in .NET Isolated worker #767

Closed
cgillum opened this issue Jan 5, 2022 · 7 comments
Closed

Durable Functions support in .NET Isolated worker #767

cgillum opened this issue Jan 5, 2022 · 7 comments
Assignees
Labels
enhancement New feature or request extensions: durable-functions Items related to Durable Functions support

Comments

@cgillum
Copy link
Member

cgillum commented Jan 5, 2022

This issue tracks adding an extension to support Durable Function triggers.

Related: #739

EDIT: Instructions for getting started with the public preview can be found here: https://github.com/microsoft/durabletask-dotnet#usage-with-azure-functions

@AlexEngblom
Copy link

Where is this going at, any news on possible GA date?

@cgillum
Copy link
Member Author

cgillum commented Nov 11, 2022

Adding @jviau and @lilyjma.

The current plan is to release another preview before the end of the year, followed by GA early next year. It's taking a bit longer than originally planned because we decided to do some significant refactoring to align this SDK with the patterns used in the broader .NET ecosystem.

@gsimardimt
Copy link

We were expecting this to be ready before the December 3 deadline. It means our Azure Functions (currently on .NET Core 3.1) won't have any security patches after that date. The only option we have would be to first migrate them on Azure Functions 4 using .NET 6 and the in-Process model, but it means that should plan a second migration when .NET 7 isolated is released.

We don't mind waiting until next year, but Microsoft should post pone the deadline so that we can avoid two migrations.

@AlexEngblom
Copy link

AlexEngblom commented Dec 12, 2022

It looks like we won't have durable entity support in the first release. This is a real shame, because for us it means we cannot move forward yet. Also NET 7 upgrade is failing with older in-proc functions, so this is becoming a real bottleneck.

@to-fi
Copy link

to-fi commented Jan 10, 2023

any news on that ? we're also blocked to migrate to .NET 7. any timeline would be good !!! currently there is an RC but with a note note to use in production...

@AlexEngblom
Copy link

So for time being there ain't gonna be rush for NET support except for LTS versions: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-roadmap-update/ba-p/3619066

@fabiocav
Copy link
Member

fabiocav commented Feb 9, 2023

This is now GA: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-dotnet-isolated-overview

Closing this as completed, but if you have any problems, questions or feedback, please open issues here

Thanks!

@fabiocav fabiocav closed this as completed Feb 9, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request extensions: durable-functions Items related to Durable Functions support
Projects
None yet
Development

No branches or pull requests

6 participants