Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple function apps with same storage account and task hubs cause collisions. #407

Closed
kashimiz opened this issue Aug 21, 2018 · 2 comments

Comments

@kashimiz
Copy link
Contributor

Under the following circumstances, collisions will occur between two Durable Function apps' queues and tables, leading to unexpected behavior:

Two function apps that:

  • are running Durable Functions
  • share an Azure Storage account
  • both have the same HubName defined OR both use the default HubName in their host.json

The current workaround that exists is to explicitly define a different HubName for each function app, but we should consider taking care of this isolation for the user, as Azure Functions does.

@cgillum
Copy link
Collaborator

cgillum commented Aug 21, 2018

We have another issue that tracks using the function app name to generate a default task hub name: #383 (targeted for a v2 release since it is a breaking change). Would that satisfy this issue?

@kashimiz
Copy link
Contributor Author

Ah, yes, it would. I'll close this one as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants