Azure/durabletask

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

Opened this issue · 3 comments

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?

Seems to be similar concern in #982

Any updated timeline for the migration?

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?

@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.