有没有办法对Azure AppService WebJobs使用快照调试器?
我知道它适用于AppService HTTP应用程序,但我也想将它与运行为Azure App Service WebJobs的.NET可执行文件一起使用。
答案 0 :(得分:2)
它确实具有默认支持范围:
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-snapshot-debugger
Snapshot collection适用于:
运行.NET Framework 4.5或.NET Framework的.NET Framework和ASP.NET应用程序 后面。
在Windows上运行的.NET Core 2.0和ASP.NET Core 2.0应用程序。
支持以下环境:
Azure App Service。
运行OS系列4或更高版本的Azure云服务。
在Windows Server 2012 R2或Windows Server上运行的Azure Service Fabric服务 后面。
运行Windows Server 2012 R2或更高版本的Azure虚拟机。
运行Windows Server 2012 R2的内部部署虚拟机或物理机 或以后。
所以它不在上面的列表中,我建议您向产品团队提交功能请求:
http://visualstudio.uservoice.com/forums/121579-visual-studio