I am trying to have the same kind of query as I see in application map but in an exportable format. I need to have all the dependencies to my main app service grouped by target and then I need to see once each of the queries done in this dependencies. Something like:
My AppService
-> Dependency 1
-> Request 1
-> Request 2
dependencies
| summarize by target
after that I tried to do a union or something to have the details of the depedencies below but it is the point where I am stuck.
Regards,