From 7690c3d5d29d12f4827bee40b60f5d9a9c512151 Mon Sep 17 00:00:00 2001 From: gquadrati Date: Wed, 13 Nov 2024 11:14:56 +0100 Subject: [PATCH] enable A&I export functions --- src/domains/elt/_modules/function_apps/function_app_elt.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/domains/elt/_modules/function_apps/function_app_elt.tf b/src/domains/elt/_modules/function_apps/function_app_elt.tf index e309ea84e..b6175a0a8 100644 --- a/src/domains/elt/_modules/function_apps/function_app_elt.tf +++ b/src/domains/elt/_modules/function_apps/function_app_elt.tf @@ -166,9 +166,9 @@ module "function_elt" { "AzureWebJobs.AnalyticsMessageStatusStorageQueueInbloundAdapter.Disabled" = "0" "AzureWebJobs.AnalyticsServiceChangeFeedInboundProcessorAdapter.Disabled" = "0" "AzureWebJobs.AnalyticsServiceStorageQueueInboundProcessorAdapter.Disabled" = "0" - "AzureWebJobs.AnalyticsServicePreferencesChangeFeedInboundProcessorAdapter.Disabled" = "1" - "AzureWebJobs.AnalyticsProfilesChangeFeedInboundProcessorAdapter.Disabled" = "1" - "AzureWebJobs.AnalyticsUserDataProcessingChangeFeedInboundProcessorAdapter.Disabled" = "1" + "AzureWebJobs.AnalyticsServicePreferencesChangeFeedInboundProcessorAdapter.Disabled" = "0" + "AzureWebJobs.AnalyticsProfilesChangeFeedInboundProcessorAdapter.Disabled" = "0" + "AzureWebJobs.AnalyticsUserDataProcessingChangeFeedInboundProcessorAdapter.Disabled" = "0" } )