I want to create a blob trigger that can listen to multiple container. currently i can see with blob trigger we don't have listener to multiple container.
My requirement is i need to add the listener to all container with prefix ==> *-input
* can be any string
Example:
1. 1234-input
2. 234-input
As example above i want to add listener to both of the container whenever there is input to blob storage.
i see some people suggesting to use Event Grid but i am not able to get how to implement it using either python/java