Skip to content

Commit 81c4d08

Browse files
Merge pull request #42816 from brettsam/patch-2
Adding note about WEBSITE_TIME_ZONE not supported on Linux consumption
2 parents b9eb54b + c61661b commit 81c4d08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/functions-bindings-timer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,10 @@ Here are some examples of NCRONTAB expressions you can use for the timer trigger
281281

282282
The numbers in a CRON expression refer to a time and date, not a time span. For example, a 5 in the `hour` field refers to 5:00 AM, not every 5 hours.
283283

284-
The default time zone used with the CRON expressions is Coordinated Universal Time (UTC). To have your CRON expression based on another time zone, create an app setting for your function app named `WEBSITE_TIME_ZONE`. Set the value to the name of the desired time zone as shown in the [Microsoft Time Zone Index](https://technet.microsoft.com/library/cc749073).
284+
The default time zone used with the CRON expressions is Coordinated Universal Time (UTC). To have your CRON expression based on another time zone, create an app setting for your function app named `WEBSITE_TIME_ZONE`. Set the value to the name of the desired time zone as shown in the [Microsoft Time Zone Index](https://technet.microsoft.com/library/cc749073).
285+
286+
> [!NOTE]
287+
> `WEBSITE_TIME_ZONE` is not currently supported on the Linux Consumption plan.
285288
286289
For example, *Eastern Standard Time* is UTC-05:00. To have your timer trigger fire at 10:00 AM EST every day, use the following NCRONTAB expression that accounts for UTC time zone:
287290

0 commit comments

Comments
 (0)