We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ea9a2 commit 72ddda9Copy full SHA for 72ddda9
code/infra/logging.tf
@@ -10,7 +10,7 @@ resource "azurerm_application_insights" "application_insights" {
10
force_customer_storage_for_profiler = false
11
internet_ingestion_enabled = true
12
internet_query_enabled = true
13
- local_authentication_disabled = true
+ local_authentication_disabled = false
14
retention_in_days = 90
15
sampling_percentage = 100
16
workspace_id = azurerm_log_analytics_workspace.log_analytics_workspace.id
0 commit comments