【问题标题】:How to add Application Insights for existing Azure WebApp如何为现有 Azure WebApp 添加 Application Insights
【发布时间】:2018-08-13 11:52:40
【问题描述】:

我在 Azure 中有 10 个 Web 应用程序。但我无法为它们配置 Application Insights,因为我没有使用它们保存项目。 当我在 VisualStudio 中创建新的 WebApp 时 - 可以为应用程序添加 Application Insights 并发布到 Azure。 但是,当我使用 FTP URL 从 Visual Studio 连接到我现有的 Azure WebApp 时,我无法添加 Application Insights 进行监控。 如何配置 Application Insights 以监视我的 10 个现有应用程序?还是有其他方法可以监控它们?

【问题讨论】:

  • Stackoverflow 面向编程问答。这个问题可能会在 serverfault.com 或 superuser.com 上得到更多回复。

标签: azure web-applications monitoring azure-application-insights


【解决方案1】:

如果您想在不重新发布的情况下监控 Azure 中已经运行的应用程序,Microsoft 已经发布了一个很好的教程,请在此处找到它:

https://docs.microsoft.com/en-us/azure/application-insights/app-insights-monitor-performance-live-website-now

另外,考虑将应用程序洞察添加到您的项目代码库中以供将来发布,请查看 Microsoft 提供的本教程

https://docs.microsoft.com/en-us/azure/application-insights/app-insights-asp-net

希望这会有所帮助。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-12-05
    • 2019-10-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多