简体   繁体   English

是否可以对Function App和Web App使用单个Application Insights实例

[英]Is it possible to use single Application Insights instance for a Function App and a Web App

Can I use General type for my Application Insights instance to capture insights from apps typed as Web App or App Service? 我可以对“应用程序见解”实例使用“ General类型来捕获来自键入为Web App或App Service的应用程序的见解吗? Because I want to see insights from my functions app and web app under the same (single) Application Insights instance. 因为我想在同一个(单个)Application Insights实例下查看来自功能应用程序和Web应用程序的见解。

It is possible. 有可能的。 And I'd even say it's the best approach if the Function and Web App make up the same application. 我什至要说,如果Function和Web App组成同一个应用程序,那是最好的方法。 Otherwise tracing information across two separate App Insights instances is a pain in the rear. 否则,要在两个单独的App Insights实例之间跟踪信息很麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 来自非Web应用程序的Application Insights返回404 - Application Insights from a non web app returns 404 在应用程序洞察中禁用来自 Web 应用程序的默认跟踪日志消息 - Disable default trace log messages from Web App in Application insights 针对部署到多个环境的Web App的VS Application Insights - VS Application Insights for a Web App deployed to multiple environments 在 Web 应用程序中进行调试时需要防止 Application Insights 初始化 - Need to prevent Application Insights from initializing when in debug in a web app Application Insights 自部署到 Azure Web 应用程序后没有数据 - Application Insights No data since deployed to Azure web app 应用程序见解使应用程序在启动时冻结 - Application insights make the app freeze on startup 从 Function App ILogger (C#) 在 Application Insights 中记录自定义对象 - Log custom object in Application Insights from Function App ILogger (C#) 如何将 Application Insights 配置为仅跟踪 Azure Function 应用程序中的调用计数 - How to configure Application Insights to only track the count of calls in an Azure Function App 是否可以在特定的 web api controller 中禁用应用程序洞察跟踪? - Is it possible to disable application insights tracking in a specific web api controller? c#中应用程序的单个实例 - Single instance of an app in c#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM