Skip to content

Commit 4ed691d

Browse files
jcodellaCopilot
andauthored
Update azure_functions/function_app.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fc49202 commit 4ed691d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure_functions/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ async def process_changefeed_batch(documents: list[dict], starter) -> None:
558558
database_name=CHANGE_FEED_DATABASE,
559559
container_name=CHANGE_FEED_CONTAINER,
560560
lease_container_name=CHANGE_FEED_LEASE_CONTAINER,
561-
create_lease_container_if_not_exists=False,
561+
create_lease_container_if_not_exists=True,
562562
)
563563
@df_app.durable_client_input(client_name="starter")
564564
async def on_memory_change(documents: func.DocumentList, starter) -> None:

0 commit comments

Comments
 (0)