Azure App Service Instrumentation Profiling?

女生的网名这么多〃 提交于 2019-12-24 13:56:02

问题


It looks as though it's possible to use instrumentation profiling on an Azure Cloud Service application, but I'm not seeing a way to do the same with an Azure App Service. The only options I've found allowed sampling profiling.

What methods are available for instrumentation profiling of an Azure App Service?


回答1:


The Azure Service Profiler is now available as part of Application Insights. It does work with App Services. You can read my review about it here to learn more:

https://stackify.com/azure-service-profiler-review/

It works well with ASP.NET web apps. It can help you find slow methods and stuff going on in your code.




回答2:


We have the performance testing tool of Visual Studio Online integrated into Azure App Services. Checkout the blog about Performance Testing on Azure App Services.

We also have Remote Profile on Azure App Services now, Check this blog out for more details on Remote Profiling

There is a good Azure Friday Video on Remote Profiling on Azure App Services as well, Check the video here.



来源:https://stackoverflow.com/questions/35072816/azure-app-service-instrumentation-profiling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!