Application Insights 不适用于使用自动检测的 Azure Function 本地开发
以下 Microsoft 文档评论说 Application Insights 可以与本地 Azure Function 应用程序开发一起使用(我正在 VS2022 中工作)...
...但是是否有人实际上能够使用自动检测来使其工作 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)...
... 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论