Capturing and logging errors is critical to monitoring the health of your Azure Functions application.
Each `catch` block inside an Azure Function should log helpful details about the failure. Moreover, the logging should not be done at `Debug` or `Trace` level.
Consider using the built-in integration with Application Insights for better monitoring of your Application.
// If you want to factorize the description uncomment the following line and create the file.