Question on Approach
Hey Guys, have a new project to work and wanted to check what would be a good way of doing this. Apologies in advance if this scenario has been asked and answered many times.
I have a webapi that is hosted on Azure. It receives webhooks from an external source, does some processing and stores in to a db.
I want to build another function that then reads this DB, creates new objects and posts this to another API. This function need not operate in real-time(real-time is also an option) as the entries are inserted in the DB, but I would probably want it to check every 15mins or an hour havent decided yet.
I have been reading up on webjobs and am wondering if its the best way to do it or if there are other approaches I should be using. Preferably I would want to run everything out of an azure app service or similar and dont really want to set-up a VM and configure IIS etc.
Do let me know your thoughts.
Edit: Looking at Azure Logic Apps as well
0 comments:
Post a Comment