Skip to content

Commit

Permalink
Refactor: delete app setting meant for refreshing secrets (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jun 6, 2024
2 parents 5a3e2db + c0ff6f9 commit 8d7dc94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ resource "azurerm_linux_web_app" "main" {
}

app_settings = {
# app setting used solely for refreshing secrets - see https://github.com/MicrosoftDocs/azure-docs/issues/79855#issuecomment-1265664801
"change_me_to_refresh_secrets" = "change me in the portal to refresh all secrets",

"DOCKER_ENABLE_CI" = "false",
"WEBSITE_HTTPLOGGING_RETENTION_DAYS" = "99999",
"WEBSITE_TIME_ZONE" = "America/Los_Angeles",
Expand Down

0 comments on commit 8d7dc94

Please sign in to comment.