Merge pull request #1635 from Wood-Xia/patch-1

Add one note if someone starts this chapter without stop the sidecar with same app-id in another terminal
This commit is contained in:
Ori Zohar 2021-07-15 08:50:10 -07:00 committed by GitHub
commit bb8dd26e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ Run the following command to launch a Dapr sidecar that will listen on port 3500
dapr run --app-id myapp --dapr-http-port 3500 --components-path ./my-components
```
> If you encounter a error message stating the app ID is already in use, it may be that the sidecar you ran in the previous step is still running. Make sure you stop the sidecar before running the above command (e.g. using "Control-C").
## Step 4: Get a secret
In a separate terminal run: