Resource Type: Azure > Service Bus > Namespace
The Namespace resource type serves as a container for messaging components such as queues, topics, and subscriptions, which can be used to create and manage communication between various applications and services within the environment.
Resource Context
Namespace is a part of the Service Bus service.
Each Namespace lives under a Resource Group.
Controls
The primary controls for Azure > Service Bus > Namespace 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-servicebus#/resource/types/namespace
- tmod:@turbot/turbot#/resource/categories/message
- turbot graphql resource --id "tmod:@turbot/azure-servicebus#/resource/types/namespace"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-servicebus#/resource/types/namespace';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-servicebus#/resource/types/namespace"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-servicebus#/resource/types/namespace' 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