Hannah Hunter
8641e4a43c
Merge branch 'v1.11' of https://github.com/dapr/docs into issue_3307
2023-05-01 10:58:34 -04:00
Ponraj
d4ab14d9dc
Update statemanagement-quickstart.md
...
Signed-off-by: Ponraj <24421897+nponraj@users.noreply.github.com>
2023-04-20 15:06:32 -07:00
Wralith
6aaed4095e
Apply suggestions, omit options object to use defaults
...
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 19:24:22 +03:00
Wralith
59b9621a49
Add missing snippets in quickstarts section
...
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 18:53:01 +03:00
Rosdi Kasim
7ba96b5f82
Match the port number with sample code.
...
The project on GitHub runs on port `7005`, this change matches the port number so the tutorial will work. Refer to this source code: https://github.com/dapr/quickstarts/blob/master/pub_sub/csharp/sdk/order-processor/Properties/launchSettings.json#:~:text=%22http%3A//localhost%3A-,7005,-%22%2C
Signed-off-by: Rosdi Kasim <rosdikasim@gmail.com>
2023-04-03 14:35:13 +08:00
Hannah Hunter
1f3dff612b
add initial draft of actors quickstart docs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-31 16:51:46 -04:00
Suhas-Kalagotla
9e70182ab2
fixed the typo #3287
...
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-29 12:04:45 +05:30
Suhas-Kalagotla
0768bff862
changed the pre-requisties for .net
...
from .net 6 to .net 7
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-28 22:55:00 +05:30
Hannah Hunter
fd27403b44
Merge branch 'v1.10' of https://github.com/dapr/docs into v1.10
2023-03-15 18:40:13 -04:00
Hannah Hunter
e12ba9a877
add zipkin section
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-15 18:39:35 -04:00
Worming
332d2a5af3
Use correct app port from order-processor example
...
the app port is 6002, see here cb4463f1a1/pub_sub/python/sdk/order-processor/app.py (L8)
Signed-off-by: Worming <worming@hotmail.be>
2023-03-09 07:25:12 +01:00
Hannah Hunter
d0c107eb8a
Merge pull request #3237 from obenarchid/iss-3207
...
Update bindings-quickstart.md
2023-03-07 16:12:48 -06:00
obenarchid
414368d1bb
Update bindings-quickstart.md
...
Fixes #3207
Signed-off-by: obenarchid <72271377+obenarchid@users.noreply.github.com>
2023-03-07 17:36:14 +01:00
Nico J
248418610b
Updating to use "resources-path" flag instead
...
Flag --components-path has been deprecated, This flag is deprecated and will be removed in the future releases. Use "resources-path" flag instead
Signed-off-by: Nico J <nicolasj@outlook.com>
2023-03-02 09:48:15 -05:00
Hannah Hunter
2399c2d700
fix merge conflicts
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 11:43:56 -06:00
Minh Luan Quach
d91f965307
Edited command argument & path ( #3175 )
...
* Edited command & path
* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
---------
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Minh Luan Quach <minh@redisoftware.com.au>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-15 15:09:39 -08:00
Hannah Hunter
fe3b047f86
Merge pull request #3163 from berndverst/patch-16
...
Instructions for installing a specific CLI version
2023-02-14 13:25:34 -06:00
Hannah Hunter
1e495c8060
update csharp code snippet
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-14 13:17:15 -06:00
Hannah Hunter
25b26946e9
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:29:08 -06:00
Hannah Hunter
6beef8dee7
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:29:00 -06:00
Hannah Hunter
8e777c79f9
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:54 -06:00
Hannah Hunter
eff903ca14
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:47 -06:00
Hannah Hunter
2f5a49976b
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:41 -06:00
Hannah Hunter
79ee7405f5
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:29 -06:00
Hannah Hunter
451c5cfd8a
Update daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 11:59:13 -06:00
Hannah Hunter
138d46ce98
Update daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 11:58:59 -06:00
Hannah Hunter
1ce18f68ae
add section for multi-app run
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-14 11:45:44 -06:00
Hannah Hunter
0f6db99400
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:49:23 -06:00
Hannah Hunter
006ff1640c
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:49:15 -06:00
Hannah Hunter
93d7743ef5
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:49:00 -06:00
Hannah Hunter
e2e8fdebce
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:48:51 -06:00
Hannah Hunter
898045f7fd
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:48:42 -06:00
Hannah Hunter
c128c1ef37
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:48:36 -06:00
Hannah Hunter
397b697a05
add links to multi-app run
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-13 12:39:15 -06:00
Bernd Verst
3c4e7c3572
Add mac instructions
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 13:02:56 -08:00
Bernd Verst
a7dbde4fa7
Add powershell instructions for windows
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:58:33 -08:00
Bernd Verst
6624e3c19e
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:49:39 -08:00
Bernd Verst
7bc863735a
Update daprdocs/content/en/getting-started/install-dapr-cli.md
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:49:34 -08:00
Bernd Verst
b479734efe
Install a specific CLI version
...
Useful for installing RCs
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:46:20 -08:00
Hannah Hunter
6d8ab82677
dapr run command installs dependencies for dotnet
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-09 16:09:44 -06:00
Hannah Hunter
98afe478f0
update from plural to singular
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-09 15:34:06 -06:00
Hannah Hunter
963a2018de
mark review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-09 10:14:37 -06:00
Hannah Hunter
379bb4bbde
update links
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-08 18:26:00 -06:00
Hannah Hunter
b260574227
small updates
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-08 16:33:55 -06:00
Minh Luan Quach
5aaee9cb2b
Update serviceinvocation-quickstart.md
...
Signed-off-by: Minh Luan Quach <61050316+louisquach@users.noreply.github.com>
2023-02-08 11:48:38 +08:00
Hannah Hunter
caa8db80c4
update per Ryan quickstart pr and add diagram
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 17:17:09 -06:00
Hannah Hunter
92721d33df
skeleton for workflow quickstart
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 16:09:47 -06:00
Hannah Hunter
80025e2a86
Merge branch 'v1.10' into issue_2798b
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 16:40:15 -06:00
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