Skip to content

Commit

Permalink
fix: Do not set function app property auth_settings to avoid not real…
Browse files Browse the repository at this point in the history
… drift (#206)
  • Loading branch information
Krusty93 authored Dec 20, 2023
1 parent c5d9ed2 commit 878183c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions function_app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,6 @@ resource "azurerm_linux_function_app" "this" {
allowed_origins = cors.value.allowed_origins
}
}

}

auth_settings {
enabled = false
}

# https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings
Expand Down

0 comments on commit 878183c

Please sign in to comment.