ISSUE
I am trying to setup my UTC CRON job in my Azure Function App to run based on EST/EDT timezone.
My thought is that you enter in your CRON time for your desired timezone, and then via the Azure portal set the configuration option WEBSITE_TIME_ZONE to America/New_York (see image that shows Azure Function is running Linux and not Windows).
MORE INFO
According to the below, 08:30 UTC should be 04:30 EDT currently. So that is when I am expecting the monitor to run. It is still running via the CRON job at 08:30 UTC instead of 08:30 Eastern time (04:30 EDT).







