MarkBerry
MarkBerry

Reputation: 33

Recommended project types for a simple recurring task hosted on Azure

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

Answers (2)

MarkBerry
MarkBerry

Reputation: 33

After different considerations, I opted for a console application hosted on Azure as a webjob.

Upvotes: 0

decius
decius

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

Related Questions