Does anyone know of a .NET profiler which works with Azure to figure out code bottlenecks.
I have tried to integrate dotTrace profiler - but haven\'t had any success.
Modern dotTrace versions work just fine with Azure although interpreting the results take some skill (since you have an infinite loop in there).
To get it to work:
and set it to a single instance (to remove load balancing issues).\Bin\Remote
folder as explained here (much of the info there is good!)RemoteAgent.exe
file "As Administrator"I'm currently doing this in osfamily=3
(i.e. Windows Server 2012) deployments successfully.