Skip to content

Instantly share code, notes, and snippets.

@seanmcdonnellblog
Created July 13, 2019 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanmcdonnellblog/c80a2912ecabf39c0ee1fad43be09fdd to your computer and use it in GitHub Desktop.
Save seanmcdonnellblog/c80a2912ecabf39c0ee1fad43be09fdd to your computer and use it in GitHub Desktop.
## EXAMPLE 1 - Find tags for Storage Accounts
$resourceType = 'microsoft.storage/storageAccounts'
$query = "where type =~ '$resourceType' | project name, resourceGroup, type, location, tags"
Search-AzGraph -Query $query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment