Skip to content

Commit 48fb4ef

Browse files
committed
update query
1 parent 51bedd3 commit 48fb4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ traces // determine control queue for this orchestrator
147147
| extend partitionId = tostring(customDimensions["prop__PartitionId"])
148148
| where partitionId contains "control"
149149
| where instanceId == orchestrationInstanceID
150-
| join kind = rightanti(
150+
| join kind = rightsemi(
151151
traces
152152
| where timestamp > start and timestamp < start + 1h
153153
| where customDimensions.Category == "DurableTask.AzureStorage"

0 commit comments

Comments
 (0)