Thank you for taking sometime out and writing this comment ! I hope these videos were worthy of your time. Please do let me know in case of any suggestion or any particular topic you would want us to cover.
Thanks for the video, Can we trigger the function by giving multiple blob names in path..? I want to trigger my function for only specific blobs that are uploaded in the container. If it is possible, how tl execute it.?
Thanks for the question ! Azure Functions are designed to have exactly one trigger per function. This means that you cannot directly specify multiple blob names in the path for a single Azure Function but there are some workaround, please refer below link for the same : stackoverflow.com/questions/62267754/is-it-possible-for-azure-function-listening-multiple-blob-for-blob-trigger
Great! Thanks for creating the v2 version of your previous video. Looking forward to see more videos and learn from them
My pleasure!
Thank you for this and your other videos. They are very helpful.
Thank you for taking sometime out and writing this comment ! I hope these videos were worthy of your time. Please do let me know in case of any suggestion or any particular topic you would want us to cover.
Hi, I am facing a small issue. I do want to explicitly mention the container name in the code. could you please help me with that..?
Thanks for the video, Can we trigger the function by giving multiple blob names in path..? I want to trigger my function for only specific blobs that are uploaded in the container. If it is possible, how tl execute it.?
Thanks for the question !
Azure Functions are designed to have exactly one trigger per function. This means that you cannot directly specify multiple blob names in the path for a single Azure Function but there are some workaround, please refer below link for the same :
stackoverflow.com/questions/62267754/is-it-possible-for-azure-function-listening-multiple-blob-for-blob-trigger
your videos are some other level shit. Helping people solve real problems! Thank you very much :)
Thank you for your time !