Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 232 Bytes

azgraph.md

File metadata and controls

3 lines (2 loc) · 232 Bytes

CLI command to list all resources of type storage account which have a tag with specified name and value

az graph query -q "Resources | where type =~ 'Microsoft.Storage/storageAccounts' | where tags['foo'] =~ 'bar' | project id"