Skip to content

Commit 72ddda9

Browse files
committed
Enable local auth
1 parent c9ea9a2 commit 72ddda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/logging.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "azurerm_application_insights" "application_insights" {
1010
force_customer_storage_for_profiler = false
1111
internet_ingestion_enabled = true
1212
internet_query_enabled = true
13-
local_authentication_disabled = true
13+
local_authentication_disabled = false
1414
retention_in_days = 90
1515
sampling_percentage = 100
1616
workspace_id = azurerm_log_analytics_workspace.log_analytics_workspace.id

0 commit comments

Comments
 (0)