Resource Type: Azure > Storage > Storage Account
The Storage Account resource type is a dedicated account that provides a unique namespace for your Azure Storage data accessible from anywhere in the world over HTTP or HTTPS. It can be used to create and manage data objects including blobs, files, queues, tables and disks.
Resource Context
Storage Account is a part of the Storage service.
Each Storage Account lives under a Resource Group.
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-storage#/resource/types/storageAccount
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-storage#/resource/types/storageAccount"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/storageAccount';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-storage#/resource/types/storageAccount"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/storageAccount' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query