How to trigger event based trigger for blob storage in Azure logic app?

984 Views Asked by At

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!!

1

There are 1 best solutions below

2
On

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.

enter image description here

REFERENCES: When a resource event occurs