Whats the limit of file an azure function can read

VINICIUS BARROS 1 Reputation point
2022-12-26T14:17:42.487+00:00

I´ve a triggered function that read files from a blob from different regions, for all the regions the process looks fine, but when i read a specific region (ex: RUS) we have files over 600mb until 1gb and the function app doesnt recognize to copy.

One important point, for the files there are small in kb works pretty fine.

We use premium plan to avoid cold start and i already cleaned the container to avoid problems at the reading.

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

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-12-26T17:31:11.763+00:00

    An azure function can not run more than 230 seconds. Maybe the large blobs take too long.

    0 comments No comments

  2. MughundhanRaveendran-MSFT 12,506 Reputation points
    2022-12-27T08:35:12.887+00:00

    Hi @Anonymous ,

    Please refer to the below post where I have provided answer to similar question

    https://learn.microsoft.com/en-us/answers/questions/815020/azure-blob-storage-trigger-function-not-firing-whe.html

    Feel free to reach out to me if you have any questions or concerns.

    0 comments No comments

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.