Hey all,
my web app (implemented using FastAPI / Python 3.11) is about uploading files & analyzing them.
I just experienced that the max size of my call to my Azure Function is about ~100MB.
Is there any way to increase this size? I need about ~1GB max size.
Yes, I could use blob storages, but I do not want anonymous access to this.
My function just receives this multipart encoded file and responses with data.