A community member has associated this post with a similar question:
Azure functions not starting execution unless I open the function in portal
Only moderators can edit this content.
Azure functions not starting execution unless I open the function in portal
I have deployed an Azure Function App which has only one timer trigger function which is supposed to run at an interval of every 3 minutes. Now after the deployment the function app is not starting any form of execution. I deployed the function app at 11:20 am IST and waited for 20 minutes then opened the function app on the portal. Now actual behavior should have been that there would be around 5-6 executions but there were none. Then when checked into the traces, it shows the logs starting from 11:41 am IST which is the time at which I opened the function app in the portal. This shows that the function app is only starting execution once I open it in the portal. Please someone help me regarding this issue.
Azure Functions
1 answer
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more