-
Apparently it is supported: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, Durable Functions for .NET Isolated is supported as a preview right now. The .NET Isolated worker doesn't allow using the "WebJobs" extensions, so a new extension was required. The team is working on putting together proper documentation for this, but for the time being, you can find instructions for how to get started here: https://github.com/microsoft/durabletask-dotnet#usage-with-azure-functions. |
Beta Was this translation helpful? Give feedback.
Yes, Durable Functions for .NET Isolated is supported as a preview right now. The .NET Isolated worker doesn't allow using the "WebJobs" extensions, so a new extension was required.
The team is working on putting together proper documentation for this, but for the time being, you can find instructions for how to get started here: https://github.com/microsoft/durabletask-dotnet#usage-with-azure-functions.