I would like to have a some way, how to upload a file (could be html without php, or some interactive azure upload page, whatever), and through my URL params I would like to send parameters, which will run the rest of code using this uploaded file (ofc I need to save it to blob at least).
I need a rest api, so i chose azure functions.
Is there any way how to do it in python? I saw lots of examples in C#, but docs for python are limited.
Thx a lot!

