Added link to bindings

This commit is contained in:
Ryan 2019-10-03 15:49:18 -07:00 committed by GitHub
parent c8463824e8
commit a36b71bb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Dapr Bindings Sample
In this sample, we'll create two microservices, one with an input binding and another with an output binding. We'll bind to Kafka and Event Hubs, but note that there are a myriad of components that Dapr can bind to - see Dapr components <INSERT_LINK_HERE>.
In this sample, we'll create two microservices, one with an input binding and another with an output binding. We'll bind to Kafka and Event Hubs, but note that there are a myriad of components that Dapr can bind to a myriad of components ([see Dapr components](https://github.com/dapr/docs/tree/master/concepts/bindings)).
This sample includes two microservices:
- Node.js microservice that utilizes an input binding