Tag: durable entities

.NET Isolated Azure Durable Functions: Support for Durable Entities with Netherite Storage Provider
.NET Isolated Azure Durable Functions: Support for Durable Entities with Netherite Storage Provider
Blog Posts

Finally, Durable Entities are now supported with Netherite Storage Provider in .NET Isolated Azure Durable Functions. While durabletask-netherite: 1.5.1 says it added support for isolated entities, unfortunately, it does not work (microsoft/durabletask-netherite/issues/390: System.NotSupportedException: Durable entities are not supported by the current backend configuration). We need Microsoft.Azure.Functions.Worker.Extensions.DurableTask.Netherite version 1.5.3 (at least) for this to work. Now let’s look at how to configure Netherite Storage Provider in a… READ MORE