holger · @holgerjs
30 followers · 74 posts · Server hachyderm.io

So, here is a query to list all storage accounts and their settings:

Search-AzGraph -Query "resources | where type =~ 'Microsoft.Storage/storageAccounts' | extend allowSharedKeyAccess = parse_json(properties).allowSharedKeyAccess | project subscriptionId, resourceGroup, name, allowSharedKeyAccess"

Ref: learn.microsoft.com/en-gb/azur

#powershell #resourcegraph #allowsharedkeyaccess #azure #storageaccount #sharedkeyaccess

Last updated 1 year ago