@emilio incerto To parse the .diagsession file produced by the Azure profiler, you can use the PerfView tool. PerfView is a performance analysis tool that can be used to analyze .NET applications. You can download PerfView from the Microsoft Download Center.
Once you have downloaded PerfView, you can use it to open the .diagsession file. To do this, launch PerfView and select "Open" from the "File" menu. In the "Open" dialog box, select the .diagsession file that you want to analyze.
PerfView will then load the .diagsession file and display the profiling data in a tree view. You can use the tree view to navigate the profiling data and identify performance bottlenecks in your application.
If you want to create a call tree similar to what is reported on the Azure portal, you can use the "Call Tree" view in PerfView. The "Call Tree" view displays a hierarchical view of the call stack for each method in your application. You can use this view to identify the methods that are taking the most time in your application.