I have seen a few articles on using DotTrace with Azure Cloud Services, but not Azure Websites. Is it possible?
Thanks in advance.
I have seen a few articles on using DotTrace with Azure Cloud Services, but not Azure Websites. Is it possible?
Thanks in advance.
您必须安装 NuGet 包并启用它,然后附加到类似于http://myapp.azurewebsites.net/AgentService.asmx的 URL 。
现在可以直接从 Visual Studio 2015 或通过 kudu 仪表板/REST API 远程分析 Azure Web 应用程序、API 应用程序和 WebJobs
https://azure.microsoft.com/en-us/blog/remote-profiling-support-in-azure-app-service/