Skip to content

Commit

Permalink
Disabled functions triggere from queue or timer (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Oct 30, 2024
1 parent af1f3d5 commit cd49366
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/domains/cgn/_modules/functions_apps/function_app_cgn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ module "function_cgn" {
}
)

sticky_app_setting_names = [
]

internal_storage = {
"enable" = true,
"private_endpoint_subnet_id" = var.subnet_private_endpoints_id,
Expand All @@ -45,12 +48,6 @@ module "function_cgn" {
data.azurerm_subnet.snet_backendl3.id
]

sticky_app_setting_names = [
"AzureWebJobs.ContinueEycaActivation.Disabled",
"AzureWebJobs.UpdateExpiredCgn.Disabled",
"AzureWebJobs.UpdateExpiredEyca.Disabled"
]

tags = var.tags
}

Expand Down Expand Up @@ -138,4 +135,4 @@ resource "azurerm_private_endpoint" "staging_function_sites" {
}

tags = var.tags
}
}

0 comments on commit cd49366

Please sign in to comment.