Skip to content

Commit cb902d1

Browse files
add troubleshooting information to the overview doc (#871)
* add troubleshooting section * update format * Update docs/BindingsOverview.md Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Update docs/BindingsOverview.md Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
1 parent 9be6144 commit cb902d1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/BindingsOverview.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [Broken connection retries](#broken-connection-retries)
2424
- [Function exception retries](#function-exception-retries)
2525
- [Lease Tables clean up](#lease-tables-clean-up)
26+
- [Troubleshooting](#troubleshooting)
2627

2728
## Input Binding
2829

@@ -266,4 +267,10 @@ END;
266267
CLOSE LeaseTable_Cursor;
267268
268269
DEALLOCATE LeaseTable_Cursor;
269-
```
270+
```
271+
272+
## Troubleshooting
273+
274+
- When you’re running a function app, you want to be prepared for any issues that may arise, from 4xx errors to trigger failures. Azure Functions diagnostics is an intelligent and interactive experience to help you troubleshoot your function app with no configuration or extra cost. Follow the link for information on how to enable and use these [diagnostic capabilities](https://learn.microsoft.com/azure/azure-functions/functions-diagnostics).
275+
276+
- If you run into any performance related issues on your SQL Server, you can use the steps described in [Troubleshooting high CPU usage issues](https://learn.microsoft.com/troubleshoot/sql/database-engine/performance/troubleshoot-high-cpu-usage-issues) to troubleshoot.

0 commit comments

Comments
 (0)