Application Insights 不适用于使用自动检测的 Azure Function 本地开发

发布于 2025-01-09 04:03:21 字数 1128 浏览 1 评论 0原文

以下 Microsoft 文档评论说 Application Insights 可以与本地 Azure Function 应用程序开发一起使用(我正在 VS2022 中工作)...

https://learn.microsoft.com/en-us/azure/azure-monitor/app/monitor-functions#:~:text=You%20can%20even%20use%20Application%20Insights%20during%20local% 20function%20app%20project%20development

...但是是否有人实际上能够使用自动检测来使其工作 https://learn.microsoft.com/en-us/azure/azure-monitor/app/codeless-overview

我尝试过使用现有的和新的干净项目,将密钥添加到 local.settings.json:

{
  "Values": {
    "APPINSIGHTS_INSTRUMENTATIONKEY": "<key>"
  }
}

但是当我发送请求(工作正常)时,该请求不会显示在 Application Insights 实例中。

我的 host.json 适用于函数版本 2.0,使用 .NET6.0、Azure Core Tools v4。当我将应用程序发布到 Azure 时,一切正常...只是在使用 Azure Core Tools 运行应用程序时无法在本地工作。

我已经用尽了谷歌和SO搜索,现在我怀疑这是否受支持?

The following Microsoft docs comments that Application Insights can be used with local Azure Function app development (I'm working in VS2022)...

https://learn.microsoft.com/en-us/azure/azure-monitor/app/monitor-functions#:~:text=You%20can%20even%20use%20Application%20Insights%20during%20local%20function%20app%20project%20development.

... but has anyone actually been able to get this to work using auto-instrumentation https://learn.microsoft.com/en-us/azure/azure-monitor/app/codeless-overview?

I've tried with both existing and new clean projects, adding the key to local.settings.json:

{
  "Values": {
    "APPINSIGHTS_INSTRUMENTATIONKEY": "<key>"
  }
}

But when I send a request (which works fine) the request does not show up in the Application Insights instance.

My host.json is for functions version 2.0, using .NET6.0, Azure Core Tools v4. Everything works fine when I publish the app to Azure... just doesn't work locally when using Azure Core Tools to run the app.

I've exhausted google and SO searching and now i'm questioning if this is even supported?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文