Azure App Service for Linux - time server setup

Michiel Sioen 1 Reputation point
2021-07-08T08:04:23.743+00:00

I'd like to have some control about the time server sync fo the App Service I'm running on. Or, if that's not possible, get some information to know what it exactly is doing currently. There is some information available about Windows app services but I didn't find anything anywhere about Linux App Services.

As App Service containers sync time with their host, I'd like to find some information about what time servers this host links with. Is this available anywhere?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2021-07-13T07:30:55.71+00:00

    Thanks! For Azure app service on linux you need to set TZ variable in Application settings.

    114143-snaglinuxdemo-microsoft-azure.png

    Once saved you, you can check this by opening SSH session.

    114144-ssh-1721673.png

    You may refer this blog from here might be helpful: How to change TimeZone in Azure App Service? | credit: Sajee

    Let us know if you have further query or issue remains.

    0 comments No comments

  2. Michiel Sioen 1 Reputation point
    2021-07-13T09:44:16.13+00:00

    Can I also get some information about the backing timeservers itself? ie the container syncs it's time with the infrastructure presumably. But what time server does the infrastructure use - is this some default timepool?

    Thank you