0

I have seen a few articles on using DotTrace with Azure Cloud Services, but not Azure Websites. Is it possible?

Thanks in advance.

4

2 回答 2

2

以下方法有效:http ://blog.jetbrains.com/dotnet/2012/12/11/remote-profiling-web-applications-with-dottrace-performance/

您必须安装 NuGet 包并启用它,然后附加到类似于http://myapp.azurewebsites.net/AgentService.asmx的 URL 。

于 2014-05-12T09:01:00.710 回答
1

现在可以直接从 Visual Studio 2015 或通过 kudu 仪表板/REST API 远程分析 Azure Web 应用程序、API 应用程序和 WebJobs

https://azure.microsoft.com/en-us/blog/remote-profiling-support-in-azure-app-service/

于 2016-02-10T15:21:01.633 回答