title | description | author | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|
Azure Functions error handling and retry guidance |
Learn to handle errors and retry events in Azure Functions with links to specific binding errors. |
craigshoemaker |
conceptual |
10/01/2020 |
cshoe |
Handling errors in Azure Functions is important to avoid lost data, missed events, and to monitor the health of your application.
This article describes general strategies for error handling along with links to binding-specific errors.
[!INCLUDE bindings errors intro]
When integrating with Azure services, errors may originate from the APIs of the underlying services. Information relating to binding-specific errors is available in the Exceptions and return codes section of the following articles: