Azure function works as expected locally but not always when deployed to Azure

Griet Van Compernolle 0 Reputation points
2025-12-18T06:25:36.9933333+00:00

I created an Azure Function to convert a flat file to XML by making use of EDIFabric (licensed). When I execute the function locally, the function always works as expected.

But when the function is deployed to Azure, only the first time the function gives me the correct output. The other attempts I don't get the expected output, but I don't receive an exception either.

AppInsight is activated, but I don't find any clarification for this behaviour.

What could be the reason for this behaviour?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.