mirror of https://github.com/dapr/samples.git
Fix broken links and missing screenshot (#20)
This commit is contained in:
parent
13b820544c
commit
a0e4a9ea24
|
@ -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`
|
||||

|
||||
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 |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue