I've been trying to figure out how to use the scheduling API that comes with Windows Node.js Azure SDK:
azure-scheduler
But I can't seem to find any documentation or tutorials on how to use it to create jobs that fire on a certain date that hits an http address.
Has anyone tried using Azure SDK to create a schedule job to the Azure Scheduler? Can you show us what code you used to get it to work.
Thankyou