home.social

#allowsharedkeyaccess — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #allowsharedkeyaccess, aggregated by home.social.

  1. So, here is a #PowerShell #ResourceGraph query to list all storage accounts and their #allowSharedKeyAccess settings:

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

    #Azure #StorageAccount #SharedKeyAccess

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