Reputation: 221
I'm trying to implement a list of events with Azure IoT Suite:
Is it possible the point number 3? I'm looking to the actions of the Azure Logic App but I don't find anything. Otherwise, anyone known other alternatives?
Thanks a lot for the suggestions!
Upvotes: 0
Views: 152
Reputation: 16108
You can use Event Grid for this:
If your logic app is doing nothing else apart from invoking the Function, your Function could also directly being invoked by the Event Grid.
Upvotes: 2