I have created a function which is triggered by a timer. It runs fine when triggered from the Azure portal by clicking on the Run option on the exact time provided through the database. But does not fire automatically for the scheduled date taken from a database. The timer schedule here is not static but the value is taken from the database and converted to CRON expression. Used INameResolver to resolve the name and overwrite it with the database date and time by converting it to CRON expression.
It runs fine when a constant CRON expression is passed to TimerTrigger attribute.
Any help on this matter would be appreciated.