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

Azurite still using deprecated and unsupported WindowsAzure.Storage leading to some issues with latest emulators #1044

Open
anmandav opened this issue Feb 16, 2024 · 3 comments

Comments

@anmandav
Copy link

Ref: Azure/Azurite#2088

DTF is still using WindowsAzure.Storage which is deprecated, so latest emulators and all are not taking into account the APIs used by DTF. This is leading in some failures. In future, could be possible original storage account might also throw some issue.

could we migrate completely to Azure.Data.Tables?

@anmandav
Copy link
Author

Seems to be similar concern in #982

Any updated timeline for the migration?

@cgillum
Copy link
Collaborator

cgillum commented Feb 16, 2024

The migration is done and has been released as part of a Microsoft.Azure.DurableTask.AzureStorage 2.0.0-rc nuget package. Would you be able to try this out and see whether it works for you against the newer Azurite builds?

@anmandav
Copy link
Author

@cgillum
I tried with latest stable version before.

Tried with this prerelease version now with Azurite 3.28.0 and observed following:

The first ever orchestration that we scheduled seems to be lost and not executed at all. The following orchestrations that we schedule seems to be executing.

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