Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a blob trigger function use multiple sources and destination?

I have an azure function blob trigger, and I want to use many sources and destinations for this function like the following example:

If the container1 is trigged, write in output1. If the container2 is trigged, write in output2. ...

like image 896
hicham zghari Avatar asked Jan 23 '26 16:01

hicham zghari


1 Answers

It's not possible to listen to multiple sources (containers) from an Azure Blob Trigger Function.

One of the solutions for this requirement given by @Cindy Pau and @rickvdboschis to use Azure Functions Event Grid Blob Trigger for listening to multiple containers and process the functionality according to your requirement.

Refer to these SO Thread1 and SO Thread2 for more information.

like image 164
RajkumarPalnati Avatar answered Jan 26 '26 10:01

RajkumarPalnati



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!