Ansh Maheshwari
Ansh Maheshwari

Reputation: 1

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

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

Answers (1)

SwethaKandikonda
SwethaKandikonda

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.

enter image description here

REFERENCES: When a resource event occurs

Upvotes: 1

Related Questions