Forum Discussion
Mike Jansen
Nov 28, 2017Iron Contributor
Sharepoint webhook vs. Azure function. What to use when?
Nowadays new possibilities keep coming very frequent. I'm a bit lost.
What shall I use when? Suppose, after an item is added to a list I want to execute some custom code.
I do, at least, have two options.
- A SharePoint webhook (using app registrations and so on).
- A Azure function (with or without Flow to trigger)
Maybe there are other options. But what is the easiest way to use in which scenario?
I am not a C# developer so I look for options to avoid that.
Thanks, Mike
4 Replies
Sort By
I would personally pick the 2nd option if it can fulfill the requirements as it's a much simpler setup in my opinion. This is particularly true in the long term, as if someone else needs to look into your solution and maintain it.
- Mike JansenIron Contributor
Joel Rodrigues Indeed, that's what I would prefer.
Btw Andrew Connell, I saw a response from you in my mail but it's not in this thread anymore. I do have a question though. Do you mean to use an Azure function without Flow?
- Deleted
I think it really depends what you want to do.