--dapr-http-port fix (#2212)

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-03-02 23:45:10 -06:00 committed by GitHub
parent cbc2cfca54
commit 30c0bbcb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ Restart your sidecar and try retrieving state again to observe that state persis
Begin by launching a Dapr sidecar:
```bash
dapr --app-id orderprocessing --port 3601 run
dapr --app-id orderprocessing --dapr-http-port 3601 run
```
Then in a separate terminal save a key/value pair into your statestore: