Category "azure-durable-functions"

Azure Durable Function: Fan Out vs. Parallel.ForEachAsync

I have to run a function on a list of items. I'm using Azure Durable Functions, and can run the items in parallel using their fan out/fan in strategy. However,

Durable function long delay before replyaing

My durable function pauses for a long time before replaying. In the picture you can see the 5-minute delay before rerunning. This is right after starting. I hav

What would cause a for / foreach loop to break without explicitly calling a break?

I have a durable function that calls a method that simply adds a row to an efcore object. It doesn't call db save. When I step through the code, and get to the

Azure durable function socket exception

We have a durable function (v3) hosted on a consumption plan. This function uses Azure App configuration for the common settings of our software. The durable fu

Clearing history while debugging azure durable functions

Durable functions keep a state in storage, this is what makes them work, but it is very troublesome while debugging and developing. I have a large number of run