Skip to content
Discussion options

You must be logged in to vote

The docs suggest having each function app be configured with its own task hub, not each function. Durable Functions only works correctly when multiple functions share the same task hub. This is mentioned in the task hub docs here.

Orchestrator, activity, and entity functions can only directly interact with each other when they belong to the same task hub.

It's not recommended (or possible?) to have a single function app interacting with multiple task hubs except when binding a durable client to another task hub for cross-app interactions. The way to enable this isn't host.json, but rather specifying the name of the task hub in the durable client binding. I don't think we allow orchestra…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SYOM29
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants