File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
reference-architecture/dapr/standby Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,15 @@ EndProject
31
31
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "components" , "components" , "{00BA9501-787E-465C-97D0-F51295D97802}"
32
32
Project Section (SolutionItems ) = preProject
33
33
reference -architecture \dapr \components \pubsub .yaml = reference -architecture \dapr \components \pubsub .yaml
34
- reference -architecture \dapr \components \pubsub -snssqs .yaml = reference -architecture \dapr \components \pubsub -snssqs .yaml
35
34
reference -architecture \dapr \components \statestore -mongodb .yaml = reference -architecture \dapr \components \statestore -mongodb .yaml
36
35
reference -architecture \dapr \components \statestore .yaml = reference -architecture \dapr \components \statestore .yaml
37
36
EndProject Section
38
37
EndProject
38
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "standby" , "standby" , "{A045033E-5283-4A6F-87D3-B02194595788}"
39
+ Project Section (SolutionItems ) = preProject
40
+ reference -architecture \dapr \standby \pubsub -snssqs .yaml = reference -architecture \dapr \standby \pubsub -snssqs .yaml
41
+ EndProject Section
42
+ EndProject
39
43
Global
40
44
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
41
45
Debug| Any CPU = Debug| Any CPU
70
74
{FC04D111-903D-49FF-84A6-8806C71E2168} = {C4FD0AF1-927A-4860-A634-7CE342807692}
71
75
{00BA9501-787E-465C-97D0-F51295D97802} = {F0E48E00-7D72-4614-9C13-90A7B015B06F}
72
76
{F0E48E00-7D72-4614-9C13-90A7B015B06F} = {C4FD0AF1-927A-4860-A634-7CE342807692}
77
+ {A045033E-5283-4A6F-87D3-B02194595788} = {F0E48E00-7D72-4614-9C13-90A7B015B06F}
73
78
EndGlobalSection
74
79
GlobalSection (ExtensibilityGlobals ) = postSolution
75
80
SolutionGuid = {427A0D03-63CA-48AE-AA95-D21800101398}
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ The **Reference Architecture** projects demonstrate how to apply these concepts
37
37
```
38
38
dapr dashboard
39
39
```
40
- 2. Use Dapr to run the customer service.
40
+ 2. Use Tye or Dapr to run the customer service.
41
41
```
42
- dapr run --app-id customer-service --app-port 5000 --components-path ../dapr/components -- dotnet run
42
+ dapr run --app-id customer-service --app-port 5656 --components-path ../dapr/components -- dotnet run
43
43
```
44
44
3. Use Dapr to run the order service.
45
45
```
46
- dapr run --app-id order-service --app-port 5150 --components-path ../dapr/components -- dotnet run
46
+ dapr run --app-id order-service --app-port 5757 --components-path ../dapr/components -- dotnet run
47
47
```
48
48
4. Create some customers.
49
49
- Open http://localhost:5656/swagger
File renamed without changes.
You can’t perform that action at this time.
0 commit comments