Skip to content

Commit

Permalink
Merge pull request #963 from farshaddavoudi/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
paulyuk committed Feb 29, 2024
2 parents c87bbb0 + 3da3a1d commit 9897c5c
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions state_management/csharp/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ This section shows how to run applications at once using [multi-app run template

1. Open a new terminal window and run `order-processor` using the multi app run template defined in [dapr.yaml](./dapr.yaml):

<!-- STEP
name: Install Dotnet dependencies
-->

```bash
dotnet restore
dotnet build
```

<!-- END_STEP -->

2. Run the Dotnet service app with Dapr:

<!-- STEP
name: Run order-processor service
expected_stdout_lines:
Expand All @@ -38,14 +25,14 @@ background: true
sleep: 100
-->

```bash
dapr run -f .
```
```bash
dapr run -f .
```

3. Stop and clean up application processes
2. Stop and clean up application processes

```bash
dapr stop -f .
dapr stop -f .
```
<!-- END_STEP -->

Expand All @@ -71,6 +58,7 @@ sleep: 15
cd ./order-processor
dapr run --app-id order-processor --resources-path ../../../resources/ -- dotnet run
```
<!-- END_STEP -->

The Terminal console output should look similar to this:

Expand All @@ -90,5 +78,6 @@ You're up and running! Both Dapr and your app logs will appear here.

2. Stop and clean up application processes

```bash
dapr stop --app-id order-processor
<!-- END_STEP -->
```

0 comments on commit 9897c5c

Please sign in to comment.