Skip to content

Commit 7befdb9

Browse files
committed
update
1 parent fae6b5e commit 7befdb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Heavy data processing, internal errors, and insufficient compute resources can c
7979
This section shows how to troubleshoot issues by writing custom [KQL queries](/azure/data-explorer/kusto/query/) in the Azure Application Insights instance configured for your Azure Functions app.
8080

8181
### Azure Storage Messaging
82+
8283
When using the default storage provider, all Durable Functions behavior is driven by Azure Storage queue messages and all state related to an orchestration is stored in table storage and blob storage. All Azure Storage interactions are logged to Application Insights, and this data is critically important for debugging execution and performance problems.
8384

8485
Starting in v2.3.0 of the Durable Functions extension, you can have these Durable Task Framework logs published to your Application Insights instance by updating your logging configuration in the host.json file. See the [Durable Task Framework logging article](./durable-functions-diagnostics.md) for information and instructions on how to do this.
@@ -134,6 +135,7 @@ traces
134135
```
135136

136137
### Control queue / Partition ID logs
138+
137139
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`.
138140

139141
```kusto
@@ -172,6 +174,7 @@ traces
172174
```
173175

174176
### Application Insights column reference
177+
175178
Below is a list of the columns projected by the queries above and their respective descriptions.
176179

177180
|Column |Description |

0 commit comments

Comments
 (0)