Azure / azure-functions-python-worker

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

Can you make a blob triggered azure function app that only binds the filename, not the whole blob? #1486

Open ajay-sk-finarb opened 2 months ago

ajay-sk-finarb commented 2 months ago

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

No

What binding does your question apply to, if any? (e.g. Blob Trigger, Event Hub Binding, etc) :

Blob Tigger

Question

Can you suggest me way such that, irrespective of size of blob size that triggered the function, I can get the blob name? Currently, whenever I upload a file, say of size 600MB, It fails silently without ever showing up in logs. Please Advise.

bhagyshricompany commented 1 month ago

will check and update.

bhagyshricompany commented 1 month ago

@gavin-aguiar pls comment and validate.Thanks