From 2184568fb6e8a3aee8dcde556de46f17bb823a2b Mon Sep 17 00:00:00 2001 From: Anssi Hakanen Date: Thu, 25 Apr 2024 22:43:43 +0300 Subject: [PATCH] last --- modules/FunctionApp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FunctionApp/main.tf b/modules/FunctionApp/main.tf index 96937e6..d34b278 100644 --- a/modules/FunctionApp/main.tf +++ b/modules/FunctionApp/main.tf @@ -50,7 +50,7 @@ resource "azurerm_eventgrid_system_topic_event_subscription" "event_subscription system_topic = azurerm_eventgrid_system_topic.eventgrid_topic.name resource_group_name = var.rg azure_function_endpoint { - function_id = azurerm_linux_function_app.function_app.id + function_id = "${azurerm_linux_function_app.function_app.id}/functions/${azurerm_linux_function_app.function_app.name} max_events_per_batch = 1 preferred_batch_size_in_kilobytes = 64 }