Azure Function timer is running twice and when I log onto the Azure portal
问题 I have a Timed Function App in Azure that is scheduled to run at 22:00 daily. However, it appears to run at 21:59 and also at 22:00, consistently every day. It also appears to run at random when I am logged into the Azure portal checking the logs. Here's an example of the timestamps of the duplicate entries I am getting: I have searched the web but have found no working solution. Here's the signature of the app, which takes about 20s to complete: [FunctionName("Function1")] public static void