In Azure function, you can create a function listening to a certain change of events such as message bus, blob storage, etc...
if you are using azure function, and your objectives are to process something by listening to event such as message bus, blob storage , or any other built in trigger, is there any reason why you want to put event grid in the middle layer ? ie, instead of azure function listening to blob storage change directly, you want the azure function to listen to an event grid that is listening to a blob storage change event.
Thanks
https://stackoverflow.com/questions/66727863/azure-function-using-built-in-trigger-or-event-grid March 21, 2021 at 08:47AM
没有评论:
发表评论