Updating uber readme for all quickstarts with Bindings & Secrets content link (#698)

* updating readme for all quickstarts:
- added link to new Bindings quickstart
- tightened up descriptons (remove "Demonstrates repetition", and better explain the role of the building block in the sample)

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Secrets is there too, so updating readme

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
Paul Yuknewicz 2022-06-22 19:03:48 -07:00 committed by GitHub
parent 31c86fe865
commit 7b202e5536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -11,13 +11,13 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t
| Dapr Quickstart | Description |
|:--------------------:|:--------------------:|
| [Publish and Subscribe](./pub_sub) | Demonstrates how to send messages to a topic with one service and subscribe to that topic with another service. |
| [Service Invocation](./service_invocation) | Demonstrates to discover and securely invoke methods across services. |
| [State Management](./state_management/) | Demonstrates how to store data as key/value pairs in supported state stores. |
| Bindings | Coming soon... |
| [Publish and Subscribe](./pub_sub) | Asynchronous communication between two services using messaging |
| [Service Invocation](./service_invocation) | Asynchronous communication between two services using HTTP |
| [State Management](./state_management/) | Store a service's data as key/value pairs in supported state stores |
| [Bindings](./bindings/) | Work with external systems using input bindings to respond to events and output bindings to call operations|
| [Secrets Management](./secrets_management/) | Securely fetch secrets |
| Actors | Coming soon... |
| Observability | Coming soon... |
| Secrets Management | Coming soon... |
| Configuration | Coming soon... |
### Tutorials