Open cgillum opened 1 year ago
Updating here that there was a breaking change in v2.7.0 where connection string information was moved into StorageAccountDetails
. The fix for this issue is to also check StorageAccountDetails
for the connection string information in GetAzureStorageStorageProvider()
. I will open a PR for this shortly.
Hi @bachuv @cgillum , We recently upgraded to version v2.13.0 and notice this bug still exists. May I know what is the plan for this bug?
We ran into a similar issue as well. Hope this bug can be addressed soon, so that we can upgrade to the latest version.
Just wanted to share an update that I'm investigating this issue and will probably need to take a different approach than the one described in a previous comment. I'll share an update next week.
Good day @bachuv , may I know if you have any updates or new approach that you could share with us? Would like to know if there is any code changes required on our side with your new approach. Hope to hear from you soon, thank you!
As an update, we are prioritizing this fix to go in the next Durable Functions release. We don't have an ETA for that yet, but I'll share an update here when that's decided.
hi @bachuv can I please check with you if there is any update on when this fix will be released? thanks!
hi @bachuv , @cgillum , I've made a change (mentioned earlier in the thread) & tested the fix. This is the PR , can you help to review it?
After the change in version 2.7.1, the StorageConnectionString is no longer being assigned any value, and the setting is only configured in GetAzureStorageOrchestrationServiceSettings() function, so I think should be safe to just check for StorageAccountDetails -> ConnectionString
Discussed in https://github.com/Azure/azure-functions-durable-extension/discussions/2335