We are using azure web app service for multi tenant application. But default time zone of app service is UTC taking i want to change that time zone for that region only.
You could add an application setting (using the portal) called WEBSITE_TIME_ZONE equal to the name of the time zone
(as defined in the Windows Registry under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Nt\CurrentVersion\Time Zones\).