ItalyPaleAle
abbadf4258
Fix stop signal command
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 11:42:37 -08:00
Sujit D'Mello
01cb66772c
Commands to change directory have incorrect path ( #3105 )
...
The instructions contain various instances where the user is expected to change directory from the root of the Quickstart folder, but the **cd** command listed has an incorrect path specified so it does not work as intended. Most will figure out the typo off course but just this will make the experience a bit better for those new to Dapr.
Here's an example of one instance:
Old command:
```bash
cd ../service_invocation/go/http/checkout
```
New command:
```bash
cd service_invocation/go/http/checkout
```
Signed-off-by: Sujit D'Mello <sujit@hotmail.com>
2023-01-31 08:55:50 -08:00
greenie-msft
1da9cb47f6
Fix resiliency run command in quickstart ( #2983 )
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-11-30 15:45:08 -08:00
Nick Greenfield
1154bc7c34
Fix resiliency component quickstart
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-11-17 10:49:36 -08:00
greenie-msft
081f0bf277
Update daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md
...
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-11-17 10:35:59 -08:00
greenie-msft
ea5ae8dc0d
Update daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md
...
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-11-17 10:35:52 -08:00
greenie-msft
c8bac817e7
Update daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md
...
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-11-17 10:35:46 -08:00
greenie-msft
21a7611c2b
Update daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md
...
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-11-17 10:35:39 -08:00
greenie-msft
302f3dc8a2
Update daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md
...
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-11-17 10:35:31 -08:00
Hannah Hunter
2d7f4cd1e4
capitalize Dapr
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-11-17 12:10:41 -06:00
Hannah Hunter
c4f8b2576e
pull in update
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-11-16 15:52:02 -06:00
Hannah Hunter
68f8951f74
updates per Nick review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-11-16 15:49:55 -06:00
Nick Greenfield
b80a59a7c9
Updates to resiliency svc invoke quickstart
2022-11-16 13:27:34 -08:00
Nick Greenfield
5b7b832bc4
Add resiliency images for quickstarts
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-11-15 09:54:19 -08:00
Hannah Hunter
37844bcd0c
updates per resiliency example
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-11-11 19:00:20 -06:00