Forum Discussion

KensLearningCurve's avatar
KensLearningCurve
Copper Contributor
Jan 05, 2023

What's the best way to schedule actions?

I am not an Azure expert, but I get around pretty well. One thing I can't seem to figure out is how I can achieve the following:

 

I am building a system that can automatically post data to a website. These posts need to be submitted at specific dates and times. I feed these posts by an app. The data (including the dates and times) are stored in a database. Let's say post 1 needs to be posted on 6 January, post 2 on 10 January, and post 3 on 31 January... You get the idea.

 

I am looking at how to schedule these in Azure Cloud. Most things I find are events that run at specific dates, not the dates of the posts. These events are more cron jobs that run every hour, minute, day, whatever.

What do I need in Azure Cloud to achieve what I want? 

Thanks in advance

2 Replies

Resources