mirror of https://github.com/dapr/docs.git
586 B
586 B
Azure Service Bus Queues Binding Spec
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: <name>
spec:
type: bindings.azure.servicebusqueues
metadata:
- name: connectionString
value: sb://************
- name: queueName
value: queue1
connectionStringis the Service Bus connection string.queueNameis the Service Bus queue name.
Note: In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to Setup Secret Store