https://arminreiter.com/2017/02/azure-functions-time-trigger-cron-cheat-sheet/ 在您的情况下,代码可能看起来像(每2小时运行一次) public static void Run([TimerTrigger("0 0 */2 * * *")]TimerInfo myTimer, ILogger log) 我还建议检查runOnStartup并确保设置为false https://docs.microsoft.com/...
Why Upgrading Your Azure Functions Matters Azure Functions supports six different programming languages, with new stack versions being introduced and older ones retired regularly. Staying on a supported language version is critical to ensure: Continued access to support and security updates Avoidance of ...