AzureStorageOrchestrationService fails to detect existing instance !
msoliman85 opened this issue · 0 comments
msoliman85 commented
I am attempting to CreateOrchestrationInstanceAsync using an instance id which already ran and completed. Using The AzureStorageOrchestrationService instance with the same ID is always created as new and it is not detected as existing.
I tested with the ServiceBusOrchestrationService and it is working as expected.
what is causing the AzureStorageOrchestrationService to not work correctly?