0

I wanted to change the timezone of web app service. I tried using WEBSITE_TIME_ZONE, but this app setting only worked for webapp as a code but not for windows container webapp.

Is there any possible solution for changing timezone in windows container webapp?

1 Answers1

0

You can follow the ways to set the time zone in the docker container or Dockerfile here.

You can see this relate post.

Is there a way to change date of Azure App Service which had a linux based container deployed

Jason Pan
  • 15,263
  • 1
  • 14
  • 29