Azure Resource Graph III – Entity properties

When querying data, the first thing we want to know is „What data is avaiable ?“. Azure Resource Graph (ARG), in its current iteration stores resources from a subscription with the following values:

So there are 16 properties available for querying, which we will explore. the interesting thing here is that ARG stores also the subscriptionid and tenantid. This may be an indicator that ARG will support multi-subscription and multi-tenant queries also.

More to come …