【问题标题】:Tool for Azure functions log visualiser ( similar to Service Trace Viewer Tool for WCF)Azure 函数日志可视化工具(类似于 WCF 的服务跟踪查看器工具)
【发布时间】:2019-07-11 00:03:30
【问题描述】:

是否有类似Service Trace Viewer Tool for WCF 的用于跟踪和可视化 Azure Function 的工具?

对于 Azure PaaS 范例,是否有任何可视化工具可用于跟踪和/或 Azure 函数相互依赖?

【问题讨论】:

    标签: azure wcf azure-functions


    【解决方案1】:

    假设你想收集日志或错误数据来监控函数。

    实际上,Azure Function 内置了与 Azure Application Insights 的集成来监控 Function。更多信息可以参考这个文档:Monitor Azure Functions

    您需要创建一个 Application Insights 资源并转到功能设置启用 Application Insights。您可以在其中创建一个新的 Application Insights 或选择您创建的那个。

    然后您将能够在 Azure Application Insights 中查看函数数据。希望对您有所帮助。

    【讨论】:

    • Azure 应用程序洞察!谢谢你提到这一点。
    猜你喜欢
    • 1970-01-01
    • 2023-04-10
    • 1970-01-01
    • 2020-04-27
    • 2011-04-01
    • 2012-02-20
    • 1970-01-01
    • 2010-10-29
    • 1970-01-01
    相关资源
    最近更新 更多