Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
333 stars 103 forks source link

Sending base64 images through Http Trigger #1408

Closed wisdompython closed 2 weeks ago

wisdompython commented 1 year ago

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

hallvictoria commented 3 weeks ago

Hello, is this issue still occurring? If so, could you provide more information about what errors you're seeing from this?

microsoft-github-policy-service[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.