0
votes

As per this MS doc, we can create a queue trigger instead of blob trigger to avoid drawbacks of blob trigger. I have a few questions around this which these docs don't answer:

My question is should I send explicit queue message with blob name on the queue hub to trigger the function and process the blob ? Or can I somehow automate this so that the storage account/container can send a queue message once a blob is uploaded ?

1

1 Answers

1
votes

You'll have to do it yourself, i.e. send a queue item with blob name in it every time you save a new blob to the storage.