Bindings components
Dapr integrates with external resources to allow apps to both be triggered by external events and interact with the resources. Each binding component has a name and this name is used when interacting with the resource.
As with other building block components, binding components are extensible and can be found in the components-contrib repo.
The type of binding is determined by the type
field, and things like connection strings and other metadata are put in the section.
Different will have different specific fields that would need to be configured. For example, when configuring a binding for Azure Blob Storage, the file would look like this:
To run locally, create a components
dir containing the YAML file and provide the path to the command with the flag --components-path
.
To deploy in Kubernetes, assuming your component file is named , run: