azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Sending base64 images through Http Trigger

Open wisdompython opened this issue 2 years ago • 0 comments

Is your question related to a specific version? If so, please specify:

What language does your question apply to? (e.g. C#, JavaScript, Java, All)

Python

Question

I am making use python face-recognition module, when i send base64 images to the my function app on azure larger than 5mb in total, the request fails

it doesn't when i use smaller images

i know the limit for http trigger is 100mb, please what might be the issue and how do i solve this problem

wisdompython avatar Mar 31 '23 11:03 wisdompython