Reputation: 33
We need to build a simple project that will retrieve and update data each 5 minutes from ZOHO via their API.
It will ultimately be hosted on Azure.
It won't need a UI.
What project type is recommended for this task?
Upvotes: -2
Views: 64
Reputation: 33
After different considerations, I opted for a console application hosted on Azure as a webjob.
Upvotes: 0
Reputation: 1445
I would recommend a timer-triggered azure function. It´s easy to use. You can use different languages and it has good pricing models.
Upvotes: 1