Hi Raj,
Congratulations on the badges and trophies and welcome to the community.
There is an extensive Github article that deals with triggers issues:
If it does not help, please answer the following questions:
- Are you using Consumption or App Service Plan
- If Consumption, how did you deploy? If App Service Plan, do you have Always On enabled?
- Are you using the v1 runtime, or the v2 (Preview) runtime?
- Are you setting WEBSITE_TIME_ZONE?
- What is your CRON expression set to, and what is your expectation about what it means. e.g. state "I expect it to fire every thursday at 14:17". In some cases, users just misunderstand the CRON syntax, and have incorrect expectations about the semantics of a particular expression.
- Give a specific UTC time at which you expected your function to get called, and found that it wasn't. Also, explain how you are determining that it is not getting called. If some cases, the function may get called, but it may not be obvious due to some logging issue.