How can I get resource group name, subscription name and id for all the resource groups?
I can get all resourcegroups with
Resources| distinct resourceGroup
But if I add "id" in there I get same resourcegroup multiple times.
Resources | distinct resourceGroup, id