Resource Type: Azure > Storage > Queue
The Queue resource type is a messaging service designed to store and retrieve messages between different components of a cloud-based application. They provide a simple and reliable way to decouple different parts of an application for better scalability and reliability.
Resource Context
Queue is a part of the Storage service.
Each Queue lives under a Storage Account.
Controls
The primary controls for Azure > Storage > Queue are:
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/queue
- tmod:@turbot/turbot#/resource/categories/storage
- turbot graphql resource --id "tmod:@turbot/azure-storage#/resource/types/queue"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/queue';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-storage#/resource/types/queue"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-storage#/resource/types/queue' 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