This commit is contained in:
AnyISalIn 2021-10-15 05:13:43 +08:00 committed by GitHub
parent 9f4094b8f6
commit 5fb93fd3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ Prerequisites:
1. Create a Config Map for the workflow:
```bash
kubectl create configmap workflows --from-file ./samples/workflow1. json
kubectl create configmap workflows --from-file ./samples/workflow1.json
```
1. Create a secret containing the Azure Storage Account credentials. Replace the account name and key values below with the actual credentials:
@ -228,4 +228,4 @@ Watch an example from the Dapr community call:
## Additional resources
- [Blog announcement](https://cloudblogs.microsoft.com/opensource/2020/05/26/announcing-cloud-native-workflows-dapr-logic-apps/)
- [Repo](https://github.com/dapr/workflows)
- [Repo](https://github.com/dapr/workflows)