Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
anssihakanen committed Apr 25, 2024
1 parent d8f48df commit 9423a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/FunctionApp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}/functions/${azurerm_linux_function_app.function_app.name}"
function_id = azurerm_linux_function_app.function_app.id
max_events_per_batch = 1
preferred_batch_size_in_kilobytes = 64
}
Expand Down

0 comments on commit 9423a7d

Please sign in to comment.