Skip to content

Commit 5555bc4

Browse files
committed
update
1 parent 952e3c0 commit 5555bc4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/azure-functions/durable/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
items:
175175
- name: Upgrade Durable Functions extension version
176176
href: durable-functions-extension-upgrade.md
177-
- name: Durable Function Troubleshooting Guide
177+
- name: Durable Functions Troubleshooting Guide
178178
href: durable-functions-troubleshooting-guide.md
179179
- name: Resources
180180
items:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Heavy data processing, internal errors, and insufficient compute resources can c
6868

6969
1. Check the Durable Task Framework traces for warnings or errors for the impacted orchestration instance ID. A sample query can be found in the [Trace Errors/Warnings section](#trace-errorswarnings).
7070

71-
2. If your app is .NET in-process, consider enabling [extended sessions](./durable-functions-azure-storage-provider.md#extended-sessions).
71+
2. If your app utilizes the .NET in-process model, consider enabling [extended sessions](./durable-functions-azure-storage-provider.md#extended-sessions).
7272
Excessive history load can result in slow orchestrator processing.
7373

7474
3. Check for performance and scalability bottlenecks.
@@ -171,6 +171,8 @@ traces
171171
| project timestamp, appName, severityLevel, pid, taskName, eventType, message, details, messageId, partitionId, instanceId, executionId, age, latencyMs, dequeueCount, eventCount, newEvents, taskHub, account, extendedSession, sdkVersion
172172
```
173173

174+
Below is a list of the columns projected by the queries above and their respective descriptions.
175+
174176
|Column |Description |
175177
|-------|------------|
176178
|pid|Process ID of the function app instance. This is useful for determining if the process was recycled while an orchestration was executing.|

0 commit comments

Comments
 (0)