azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Sending base64 images through Http Trigger
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