gpt4 book ai didi

Azure 函数失败并出现 StorageException

转载 作者:行者123 更新时间:2023-12-02 06:32:28 24 4
gpt4 key购买 nike

我正在使用 Azure 函数,希望更深入地了解如何获取更详细的错误消息。

函数从队列获取输入,这意味着将有多个函数实例并行运行。该函数进行一些处理并希望通过使用 ICollector<> 输出到表存储

这些功能经常因异常而失败

    Microsoft.Azure.WebJobs.Host.FunctionInvocationException : Exception while executing function: Functions.LoadActivityDetail 
---> System.InvalidOperationException : Error while handling parameter outputTable after function returned:
---> Microsoft.WindowsAzure.Storage.StorageException : Element 0 in the batch returned an unexpected response code.

我可以从日志中获取此异常,但我想获取一些提到的更多详细信息,例如“Unexpected Response Code for Operation: 0” when executing Azure Table Storage batch delete

问题是我无法捕获代码中的异常,因为绑定(bind)是在 azure 函数运行时完成的。

有没有办法启用一些更详细的日志记录?

最佳答案

您可以启用 Application Insights 吗?这将为您提供有关这些故障的更多详细信息。

您可以找到有关如何为 Function App 启用 Application Insights 的信息 here .

此外,查看存储帐户日志可能会提供有关可能导致失败的原因的有用信息。

我还创建了这个问题来跟踪增强功能:https://github.com/Azure/azure-webjobs-sdk/issues/1300

关于Azure 函数失败并出现 StorageException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45716862/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com