You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: