Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/BindingsOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Broken connection retries](#broken-connection-retries)
- [Function exception retries](#function-exception-retries)
- [Lease Tables clean up](#lease-tables-clean-up)
- [Troubleshooting](#troubleshooting)

## Input Binding

Expand Down Expand Up @@ -266,4 +267,10 @@ END;
CLOSE LeaseTable_Cursor;

DEALLOCATE LeaseTable_Cursor;
```
```

## Troubleshooting

- When you’re running a function app, you want to be prepared for any issues that may arise, from 4xx errors to trigger failures. Follow the link for information on troubleshooting those issues [Diagnostics](https://learn.microsoft.com/en-us/azure/azure-functions/functions-diagnostics).
Comment thread
MaddyDev marked this conversation as resolved.
Outdated

- If you run into any performance related issues, 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.
Comment thread
MaddyDev marked this conversation as resolved.
Outdated