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 are setting wrong variable. You need to set WEBSITE_TIME_ZONE
variable in Application settings
.
To see supported timezone values see this
To verify that whether offset is updated or not navigate to Console
and execute time
command
Reference: https://kvaes.wordpress.com/2017/01/24/changing-the-timezone-on-your-azure-webapp-app-service-function/