Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

This commit is contained in:
greenie-msft 2021-12-02 13:41:40 -08:00 committed by GitHub
parent 0b29c8fb3b
commit 3488c63a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This article provides guidance on using Dapr's secrets API in your code to lever
## Example
The below code examples loosely describes an application that processes orders. In the examples, there is an order processing service which has a Dapr sidecar. The order processing service uses Dapr to store a secret in a local secret store.
The below code example loosely describes an application that processes orders. In the example, there is an order processing service, which has a Dapr sidecar. The order processing service uses Dapr to store a secret in a local secret store.
<img src="/images/building-block-secrets-management-example.png" width=1000 alt="Diagram showing secrets management of example service">