I want to pass current date
parameter to Azure Scheduler action URL when it executes.
For example,
https://<server_ip>/some/job/endpoint?startdate={0}&enddate={1}
Where the placeholder will pass the current date and if possible to do some simple evaluation to add 1 day to startdate for enddate.
Is there a way to do this using the Azure Scheduler?