天蓝色函数应用程序中几天的 Cron 表达式

Cron expression for set of days in azure function app

我想在 1-5、25-30 这两组之间触发 Azure 中的计时器功能。如何为此设置 cron 表达式。

I want to trigger a timer function in Azure between two sets of days 1-5, 25-30. How do I set the cron expression for this.

我们有最好的工具来获取我们所需的 CRON 表达式 timers/sets 及其解释。

以下代码在该月的 1-5 和 25-30 之间触发。

CRON 表达式解释:

更多信息,请参考此CRON Expression Generator Tool