Inconsistent Data Upload and Processing on Azure

Azure 0 Reputation points
2024-09-10T07:26:21.7966667+00:00

I am experiencing inconsistent behavior while uploading and processing data on the Azure portal. I have two functions in one function app: one is an event-based trigger, and the other is a queue-based trigger.

I am uploading data from NAS to an Azure storage account. When a new blob is created, the event-based function is triggered, and it stores data in the queue. The queue-based function then processes one message at a time.

I initially thought that the issue was due to the consumption plan, which could cause timeout errors when uploading bulk data. However, I am seeing timeout errors even for single file uploads.

Why is there this inconsistency in file processing? I need help to resolve this issue.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,092 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
107 questions
0 comments No comments
{count} votes

Your answer

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