在 Azure 函数中启用 App Insights 探查器
Enabling App Insights profiler in Azure functions
是否可以在 Azure 函数上使用 Application Insights Profiler?通过门户或更多手动方式。
我没有在门户中找到方法,也没有看到明确说明任何一种方式的文档,也没有看到 github 票。
我想可能不会,因为应用程序洞察的许多自动功能似乎还不受支持。
如果不可能,出于兴趣,是因为 azure functions 沙箱没有提供足够的分析权限吗?
If it's not possible, out of interest is it because of the azure functions sandbox not giving enough permissions for profiling?
Web 应用仅支持 application insights profiler。 Azure函数属于函数应用。所以你不能在 Azure 函数中使用分析器。
Profiler currently works for ASP.NET and ASP.NET Core web apps that are running on Web Apps.
如果您想建议 Microsoft 在 app insights in azure function, you could put your suggestion in Github 中添加一些新功能,例如应用洞察分析器。
Next steps
Application Insights is now GA’d and ready for production workloads. We’re also listening for any feedback you have. Please file it on our GitHub. We’ll be adding some new features like better sampling controls and automatic dependency tracking soon.
是否可以在 Azure 函数上使用 Application Insights Profiler?通过门户或更多手动方式。
我没有在门户中找到方法,也没有看到明确说明任何一种方式的文档,也没有看到 github 票。
我想可能不会,因为应用程序洞察的许多自动功能似乎还不受支持。
如果不可能,出于兴趣,是因为 azure functions 沙箱没有提供足够的分析权限吗?
If it's not possible, out of interest is it because of the azure functions sandbox not giving enough permissions for profiling?
Web 应用仅支持 application insights profiler。 Azure函数属于函数应用。所以你不能在 Azure 函数中使用分析器。
Profiler currently works for ASP.NET and ASP.NET Core web apps that are running on Web Apps.
如果您想建议 Microsoft 在 app insights in azure function, you could put your suggestion in Github 中添加一些新功能,例如应用洞察分析器。
Next steps
Application Insights is now GA’d and ready for production workloads. We’re also listening for any feedback you have. Please file it on our GitHub. We’ll be adding some new features like better sampling controls and automatic dependency tracking soon.