Fix broken links and missing screenshot (#20)

This commit is contained in:
Nghia Tran 2020-09-24 15:19:04 -07:00 committed by GitHub
parent 13b820544c
commit a0e4a9ea24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ You can also use the Postman GUI.
Open Postman and create a POST request against `http://localhost:3500/v1.0/invoke/nodeapp/method/neworder`
![Postman Screenshot](./img/postman1.jpg)
In your terminal window, you should see logs indicating that the message was received and state was updated:
```bash
```
== APP == Got a new order! Order ID: 42
== APP == Successfully persisted state.
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -118,7 +118,7 @@ kubectl apply -f deploy/msgraphpipeline.yaml
### Step 4 - Deploy the application
Next, you'll deploy the application. This example has no public ingress endpoint due to the confidentiallity of the returned data by the service.
> **NOTE:** In general this middleware component should be used to inject external service authentication tokens to your services, in order to use/pass them to the called external services. It is not meant for public endpoint authentication. Please see sample [middleware](../middleware/README.md) for intractive public endpoint authentication flow.
> **NOTE:** In general this middleware component should be used to inject external service authentication tokens to your services, in order to use/pass them to the called external services. It is not meant for public endpoint authentication. Please see [middleware sample](https://github.com/dapr/quickstarts/tree/master/middleware) for intractive public endpoint authentication flow.
1. Deploy the application:
```bash