Skip to content

Commit 18b3b98

Browse files
committed
update
1 parent a0f1b0d commit 18b3b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Heavy data processing, internal errors, and insufficient compute resources can c
7272
Extended sessions can minimize history loads, which can slow down processing.
7373

7474
3. Check for performance and scalability bottlenecks.
75-
Application performance depends on many factors. For example, high CPU usage, or large memory consumption can result in delays. Please read [Performance and scale in Durable Functions](./durable-functions-perf-and-scale.md) for detailed guidance.
75+
Application performance depends on many factors. For example, high CPU usage, or large memory consumption can result in delays. Read [Performance and scale in Durable Functions](./durable-functions-perf-and-scale.md) for detailed guidance.
7676

7777
## Sample Queries
7878

@@ -136,7 +136,7 @@ traces
136136

137137
### Control queue / Partition ID logs
138138

139-
The following query searches for activity associated with an instanceId's control queue. You'll need to provide the value for the instanceID in `orchestrationInstanceID` as well as the query's start time in `start`.
139+
The following query searches for all activity associated with an instanceId's control queue. You'll need to provide the value for the instanceID in `orchestrationInstanceID` and the query's start time in `start`.
140140

141141
```kusto
142142
let orchestrationInstanceID = "XXXXXX"; // edit this

0 commit comments

Comments
 (0)