Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit d3eb7ce

Browse files
committed
Expose local health_check_path value
1 parent 1d2bc3b commit d3eb7ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infrastructure/tf-core/function_app.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ module "functionapp" {
3535
always_on = var.function_apps.always_on
3636
worker_32bit = var.function_apps.worker_32bit
3737

38+
health_check_path = each.value.health_check_path
39+
health_check_eviction_time_in_min = 4
40+
3841
acr_mi_client_id = data.azurerm_user_assigned_identity.acr_mi.client_id
3942
acr_login_server = data.azurerm_container_registry.acr.login_server
4043

@@ -121,6 +124,8 @@ locals {
121124

122125
)
123126

127+
health_check_path = config.health_check_path
128+
124129
# These RBAC assignments are for the Function Apps only
125130
rbac_role_assignments = flatten([
126131

0 commit comments

Comments
 (0)