Timer trigger azure function with "TimerConfig": "0 */30 * * * *" is getting triggered for every 30 minutes only on the day of deployment but from very next day is not getting triggered on schedule ie every 30 minutes. Any suggestions or different type of schedule available? please.
Note: we are deploying azure function to function app using octupus deploy & timer configuration are set by octopus variable. After deployment "TimerConfig:" values are verified & it is set as expected.
TimerConfig
setting read? How is it applied to the Function? What does the actual Function's code look like? – rickvdbosch