Skip to content

Commit 22b1aa1

Browse files
authored
Update durable-functions-diagnostics.md
1 parent 086f16d commit 22b1aa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/durable/durable-functions-diagnostics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,14 @@ This is useful for debugging because you see exactly what state an orchestration
597597
> [!NOTE]
598598
> Other storage providers can be configured instead of the default Azure Storage provider. Depending on the storage provider configured for your app, you may need to use different tools to inspect the underlying state. For more information, see the [Durable Functions Storage Providers](durable-functions-storage-providers.md) documentation.
599599
600-
## Durable Functions troubleshooting guide
601-
602-
To troubleshoot common problem symptoms such as orchestrations being stuck, failing to start, running slowly, etc., refer to this [troubleshooting guide](durable-functions-troubleshooting-guide.md).
603-
604600
## Durable Functions Monitor
605601

606602
[Durable Functions Monitor](https://github.com/microsoft/DurableFunctionsMonitor) is a graphical tool for monitoring, managing, and debugging your orchestration instances. It is available as a Visual Studio Code extension or a standalone app. Information about set up and a list of features can be found in [this Wiki](https://github.com/microsoft/DurableFunctionsMonitor/wiki).
607603

604+
## Durable Functions troubleshooting guide
605+
606+
To troubleshoot common problem symptoms such as orchestrations being stuck, failing to start, running slowly, etc., refer to this [troubleshooting guide](durable-functions-troubleshooting-guide.md).
607+
608608
## Next steps
609609

610610
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)