Skip to content

bartlannoeye-com/2021-05-WebApps-TimeZone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use a specific timezone in Azure App Service.

Azure services, including App Service, run in UTC by default. If your software uses local time for any reason (storing dates, parsing csv files, ...) then you'll curse after migrating your workload to the cloud. There's the option to start messing around with timezones in code to keep everything working, but you're also able to explicitly tell Azure App Service to operate in a specific time zone.

Clone this repository to have a quick deployable project to test if your Azure App Service is handling time as desired.

More info in this blog post.

You can use this to deploy the Windows app service plan in your own subscription:

Deploy to Azure

You can use this to deploy the Linux app service plan in your own subscription:

Deploy to Azure

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages