Hi @Mav ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question here.
As I understand your issue, you are trying to create an event based trigger which executes the pipeline when the blob file ending with 'model.json' gets created/deleted. Please correct me if my interpretation of your query is incorrect.
- '/model.json' will work when the filename is 'model.json'. In the entire list of files, there is no file with file path as 'Microsoft.Athena.TrickleFeedService/model.json' . That's the reason it's throwing error saying path not found. All the file names end with model.json under 'Microsoft.Athena.TrickleFeedService' folder, but the filename is not model.json. So no need to provide '/'
If you want to filter out few of the files which ends with 'model.json' under 'Microsoft.Athena.TrickleFeedService' folder, I would recommend you to create a subfolder and place all the needed files within that and configure like this:
Blob path begins with : "Microsoft.Athena.TrickleFeedService/subfoldername"
Blob path ends with : "model.json"
For more details, kindly check out Examples of storage event triggers
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators