Forum Discussion
MJSharma
Jun 17, 2021Former Employee
Azure Resource Graph is now supported in Grafana's Azure Monitor data source
Azure Resource Graph (ARG) is a service in Azure that is designed to extend Azure Resource Management by providing efficient and performant resource exploration, with the ability to query at scale ac...
ale_phat
Feb 07, 2022Copper Contributor
In the screenshot, you have a query to the resource table of ARG. How would you query the same (or another table) in ARG in a variable?
I'm trying to query securityresources, but cannot find any documentation of how to properly query ARG in a variable. ResoruceNames() does not help because I have multiple subscriptions to query.
KayodePrince
Microsoft
Feb 18, 2022ale_phat I'm not sure I completely understand your question but you can use the Subscriptions() query to return a list of subscriptions and you can use custom variable that contains the values of all tables that you want to choose from to run your query.