mirror of https://github.com/dapr/docs.git
676 B
676 B
Azure Storage Queues Binding Spec
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: <name>
spec:
type: bindings.azure.storagequeues
metadata:
- name: storageAccount
value: "account1"
- name: storageAccessKey
value: "***********"
- name: queue
value: "myqueue"
storageAccountis the Azure Storage account name.storageAccessKeyis the Azure Storage access key.queueis the name of the Azure Storage queue.
Note: In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to Setup Secret Store