azure-durable-functions

How to add a CSV file to a Blob service using Durable Functions

How to add a CSV file to a Blob service using Durable Functions Question: In Azure Durable Functions, I would like to write additionally to the CSV in the Blob service. What I would like to do Select a CSV file to be written by the Blob service. Create a data frame Add a data …

Total answers: 1

Azure Durable function : Runtime Exception with non-None return value

Azure Durable function : Runtime Exception with non-None return value Question: I have been facing an issue with Azure Durable functions, which when executed from my laptop machine runs fine. When i deploy the code , i am being popped up with an runtime exception . Here is the main orchestrator flow #ProcessBlob and generate …

Total answers: 2