Skip to content

Commit 18d52d4

Browse files
Merge pull request #257999 from ggailey777/patch-7
Expand time-zone note for Linux Consumption
2 parents 36d43e5 + e5cbdca commit 18d52d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-timezone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 09/20/2020
5+
ms.date: 11/06/2023
66
ms.author: glenga
77
---
88

@@ -16,7 +16,7 @@ The value of this setting depends on the operating system and plan on which your
1616
| **Linux** |Premium<br/>Dedicated |Set the value to the name of the desired time zone as shown in the [tz database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). |
1717

1818
> [!NOTE]
19-
> `WEBSITE_TIME_ZONE` and `TZ` are not currently supported on the Linux Consumption plan.
19+
> `WEBSITE_TIME_ZONE` and `TZ` are not currently supported when running on Linux in a Consumption plan. In this case, setting `WEBSITE_TIME_ZONE` or `TZ` can create SSL-related issues and cause metrics to stop working for your app.
2020
2121
For example, Eastern Time in the US (represented by `Eastern Standard Time` (Windows) or `America/New_York` (Linux)) currently uses UTC-05:00 during standard time and UTC-04:00 during daylight time. To have a timer trigger fire at 10:00 AM Eastern Time every day, create an app setting for your function app named `WEBSITE_TIME_ZONE`, set the value to `Eastern Standard Time` (Windows) or `America/New_York` (Linux), and then use the following NCRONTAB expression:
2222

0 commit comments

Comments
 (0)