0
Answer

I need to periodic call to API similar to an CRON job using SFC azure

In what ways , i can call an Azure Service Fabric established API for an periodic call , it should act like an CRON job , other than Azure functions , in what other ways i can do that ? 
 
Thanks in advance.