Queue Authorization Rule
Deprecated
azure.eventhub.QueueAuthorizationRule has been deprecated in favor of azure.servicebus.QueueAuthorizationRule
Manages an Authorization Rule for a ServiceBus Queue.
Example Usage
resources:
example:
type: azure:core:ResourceGroup
properties:
name: my-servicebus
location: West US
exampleNamespace:
type: azure:servicebus:Namespace
name: example
properties:
name: tfex-servicebus-namespace
location: ${example.location}
resourceGroupName: ${example.name}
sku: Standard
tags:
source: example
exampleQueue:
type: azure:servicebus:Queue
name: example
properties:
name: tfex_servicebus_queue
namespaceId: ${exampleNamespace.id}
enablePartitioning: true
exampleQueueAuthorizationRule:
type: azure:servicebus:QueueAuthorizationRule
name: example
properties:
name: examplerule
queueId: ${exampleQueue.id}
listen: true
send: true
manage: false
Content copied to clipboard
Import
ServiceBus Queue Authorization Rules can be imported using the resource id
, e.g.
$ pulumi import azure:eventhub/queueAuthorizationRule:QueueAuthorizationRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.ServiceBus/namespaces/namespace1/queues/queue1/authorizationRules/rule1
Content copied to clipboard
Properties
Link copied to clipboard
The Primary Connection String for the Authorization Rule.
Link copied to clipboard
The alias Primary Connection String for the ServiceBus Namespace, if the namespace is Geo DR paired.
Link copied to clipboard
The Primary Key for the Authorization Rule.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Secondary Connection String for the Authorization Rule.
Link copied to clipboard
The alias Secondary Connection String for the ServiceBus Namespace
Link copied to clipboard
The Secondary Key for the Authorization Rule.