Closed
Description
The Azure Storage backend doesn't currently support querying orchestration tags. Tags can be added to a new orchestration and are visible to the runtime, but not to TaskHubClient
.
The fix likely needs to go into AzureStorageTrackingStore.cs
around the code where we interact with the "Instances" table.
There's an existing LargeOrchestrationTags
test in the DurableTask.AzureStorage.Tests project. As part of adding support for querying tags, we should uncomment some of the additional validation that exists for this test.