Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.57 KB

functions-bindings-error-pages.md

File metadata and controls

39 lines (23 loc) · 1.57 KB
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

Azure Functions error handling and retries

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.

Handling errors

[!INCLUDE bindings errors intro]

Binding error codes

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: