I want a summary of resource count by each container type:
- management group
- subscription
- resource group
The management group and subscription should show the accumulated count for the child containers.
I want a summary of resource count by each container type:
The management group and subscription should show the accumulated count for the child containers.
Copyright © 2021 Jogjafile Inc.
The following will produce a result extending
resourcecontainerswith the columnsNote that resource graph query isn't Kusto; it doesn't support
letstatements and it also only allows 4 joins.