An azure function can not run more than 230 seconds. Maybe the large blobs take too long.
Whats the limit of file an azure function can read
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
2 answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
2022-12-26T17:31:11.763+00:00 -
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
Feel free to reach out to me if you have any questions or concerns.