mirror of https://github.com/dapr/docs.git
Fix typo (#1850)
This commit is contained in:
parent
9f4094b8f6
commit
5fb93fd3c5
|
@ -128,7 +128,7 @@ Prerequisites:
|
||||||
1. Create a Config Map for the workflow:
|
1. Create a Config Map for the workflow:
|
||||||
|
|
||||||
```bash
|
```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:
|
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
|
## Additional resources
|
||||||
|
|
||||||
- [Blog announcement](https://cloudblogs.microsoft.com/opensource/2020/05/26/announcing-cloud-native-workflows-dapr-logic-apps/)
|
- [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)
|
||||||
|
|
Loading…
Reference in New Issue