Reputation: 1
I am trying to trigger azure blob storage from logic app but, I don't see any event based option. There is option for frequency. Is there any way to create event based trigger for blob storage in logic apps.
Appreciate your help!!
Upvotes: 0
Views: 1201
Reputation: 8252
You can use When a resource event occurs
trigger taking Microsoft.Storage.StorageAccounts as Resource Type. So that you can make logic app trigger using certain event types.
REFERENCES: When a resource event occurs
Upvotes: 1