Resource Type: Azure > Storage > Container
The Container resource type is a unit of storage that can be used to organize and manage blobs (binary large objects) such as files, images, and text, providing a scalable and secure solution for data storage in the cloud.
Resource Context
Container is a part of the Storage service.
Each Container lives under a Storage Account.
Controls
The primary controls for Azure > Storage > Container are:
It is also targeted by these controls:
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/container
- tmod:@turbot/turbot#/resource/categories/storage
- turbot graphql resource --id "tmod:@turbot/azure-storage#/resource/types/container"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/container';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-storage#/resource/types/container"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/container' 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