Resource Type: Azure > Storage
The Storage service offers scalable storage solutions in the Azure cloud. It allows users to create and manage storage accounts, known as containers, that can store and manage large amounts of unstructured and structured data. These containers can be used to store data for websites, mobile apps, backup, restore, archival, and big data analytics.
Resource Types
The Storage service includes these resource types:
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/storage
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-storage#/resource/types/storage"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/storage';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-storage#/resource/types/storage"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/storage' 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