I'm looking for a solution where I could aggregate data coming from TCP or even from an azure queue based on a device id. I have been looking at the documentati
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,
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
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
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
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