How do I delete application settings? (WEBSITE_TIME_ZONE)

dream 26 Reputation points
2021-05-06T01:28:27.633+00:00

Hi, I am using azure app service to launch a web application.

I've added Application setting 'WEBSITE_TIME_ZONE' through Configuration.
But it doesn't work and I coundn't delete 'WEBSITE_TIME_ZONE'.
(The time was not applied to the set time.)
When I delete and save it, It seems like deleted.
But after I refresh the menu, it remains as it is. (the others are not)

I wolud like to add TZ, instead of 'WEBSITE_TIME_ZONE'.

How can I delete 'WEBSITE_TIME_ZONE'?

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

Accepted answer
  1. ajkuma 22,086 Reputation points Microsoft Employee
    2021-05-07T11:35:48.247+00:00

    @dream , Thanks for the details steps and screenshots.

    Please use CLI commands to delete config and let us know.

    az webapp config appsettings delete --name 'yourwebname'-web --resource-group "yourresourcegroup" --setting-names "WEBSITE_TIME_ZONE"

    Apologies for any inconvenience with this!

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Per Atle Holvik 6 Reputation points
    2021-11-15T11:48:41.933+00:00

    @ajkuma Could this bug be reported to the Azure portal team, so it can be fixed at the source? The CLI workaround is just that, a workaround.

    Cheers,
    Per Atle

    1 person found this answer helpful.