Resource Type: Azure > Service Bus
The Service Bus service is a cloud-based messaging system which enables applications and services to communicate with each other within and across different environments, including cloud or on-premise. It supports a range of communication patterns such as messaging, publish/subscribe, and queueing, facilitating reliable and secure asynchronous data and state transfer.
Resource Types
The Service Bus 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-servicebus#/resource/types/serviceBus
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-servicebus#/resource/types/serviceBus"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-servicebus#/resource/types/serviceBus';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-servicebus#/resource/types/serviceBus"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-servicebus#/resource/types/serviceBus' 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