Alternatives to Event Grid Trigger for Logic Apps

0
4
Asked By CuriousCat99 On

I'm facing a challenge with my Logic Apps workflow. I need it to trigger specifically when a blob is created within certain folders in multiple containers. I was initially going to use the Event Grid trigger, but it ends up triggering for files in folders I'm not interested in, leading to unnecessary costs. The prefix and suffix filters available aren't cutting it for my needs. Are there any alternatives I could consider? Or is it better to just set up separate workflows for each folder? Thanks!

2 Answers

Answered By DataDude28 On

You can actually filter the Event Grid subscription to focus on a specific prefix. Just keep an eye on the potential costs with system topics. It might save you some hassle!

Answered By TechWhiz42 On

I feel you! File-based triggers seem outdated. Have you thought about using APIs instead? They might provide a cleaner solution without worrying about unnecessary triggers.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.