Forum Discussion
abhilearning9876
Apr 14, 2021Copper Contributor
Hi, Can we pull out all the log analytics workspace details from all of the subscription
Hi, Can we pull out all the log analytics workspace details from all of the subscription in same tenant ?any way to do so scripts or query?
- CliveWatson
Microsoft
I would use Azure Resource Graph (ARG) for this for info about the Workspaces, there is a good built-in example query you can use or edit:
From the Azure Portal --> Log Analytics workspaces --> "Open Query" --> then press [Run Query]
You can select "All subscriptions" or the required ones- abhilearning9876Copper Contributor
CliveWatson Thank you Clive!