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

Could not use Durable Entities with Azure functions .NET isolated worker and SQL Storage Provider #279

Closed
vpalaparthy opened this issue Nov 6, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@vpalaparthy
Copy link

We are trying to use Azure Durable Entities with .Net Isolated + SQL storage provider. We are getting exceptions while using Entities indicating that Durable Entities are not supported with SQL backend configuration.

configurations:

host.json:
Image

local.settings.json:
Image

Exception:
Image

code snippet:
Image

Referenced this article Durable entities - Azure Functions | Microsoft Learn and came to an understanding that Durable Entities are supported in .Net isolated mode.

Also tried another below code snipped resulting in similar exception.
Image

Exception:
Image

@bachuv bachuv added P3 Priority 3 and removed Needs: Triage 🔍 labels Nov 12, 2024
@cgillum cgillum added duplicate This issue or pull request already exists and removed P3 Priority 3 labels Nov 13, 2024
@cgillum
Copy link
Member

cgillum commented Nov 13, 2024

Duplicate of #205.

@cgillum cgillum closed this as completed Nov 13, 2024
@cgillum
Copy link
Member

cgillum commented Nov 13, 2024

Also, we've made an update to the documentation to help clarify that Durable Entities are not yet supported with the MSSQL backend when using .NET Isolated. Apologies for the confusion.

https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-storage-providers#comparing-storage-providers

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants