Commit Graph

31 Commits

Author SHA1 Message Date
Stuart Leeks db58b59085
Update multi-app-template.md (#4603)
Fix typo

Signed-off-by: Stuart Leeks <stuart@leeks.net>
2025-04-09 22:30:31 +01:00
Bakibillah Sakib e34b4f5042
[WIP] - CustomResourceDefinition(CRD) term changed (#3696)
* [WIP] - CustomResourceDefinition(CRD) term changed to Resource Specifications(resource)

Signed-off-by: sakibian <sakib192@gmail.com>

* Update daprdocs/content/en/reference/resource-specs/component-schema.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: sakibian <sakib192@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-09-12 12:53:39 -07:00
Guillaume Caya-Letourneau 3945e305be
Update multi-app-template.md
Signed-off-by: Guillaume Caya-Letourneau <guillaume.caya.letourneau@gmail.com>
2023-07-12 13:03:07 -04:00
Mukundan Sundararajan 351453c76a
add app channel address flag for run and multi app run template. (#3473)
* add app channel address flag for run and multi app run template. fix tags issue during compile

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-template.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-31 19:18:42 -07:00
Pravin Pushkar 939fd01e86
Added newly added flags for multi app run (#3461)
* Added newly added flags for multi app run

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* AdUpdate overview

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Update daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-30 21:39:10 -07:00
ItalyPaleAle 9355e6ba07 Document new values for `app-protocol` and deprecation of `app-ssl`
Fixes #3328

Also fixes #3414 by clarifying the wording around "insecure SSL"

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 13:28:04 -07:00
Alessandro (Ale) Segala dae15e1723
Update daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-23 08:04:39 -07:00
ItalyPaleAle 8f204c0222 Add docs for using Dev Container feature
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-22 00:15:45 +00:00
Hannah Hunter 378d85a6cb
Merge pull request #3195 from jjcollinge/patch-4
Fix app protocol in template reference doc
2023-02-28 10:50:44 -06:00
Joni Collinge aef5ea3acf
Fix template reference (#3194)
Currently the template uses an array for env variables but it's actually a `map[string]string` a6f8c7694d/pkg/standalone/run.go (L75)

Signed-off-by: Joni Collinge <joni@diagrid.io>
2023-02-21 08:22:24 -08:00
Joni Collinge ab93471999
Fix app protocol in template reference
The protocol in the reference template file needs to match the acceptable app protocol strings `grpc` or `HTTP` which are current case sensitive.

Signed-off-by: Joni Collinge <joni@diagrid.io>
2023-02-20 16:10:26 +00:00
Hannah Hunter 2399c2d700 fix merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 11:43:56 -06:00
Hannah Hunter ee7e6a0524 remove links from overview
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-14 11:48:06 -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
Hannah Hunter 30a1c86551 add to dapr stop doc and update metadata table
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:22:14 -06:00
Hannah Hunter 2b08c5b7fd updates per mukundan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-06 11:43:31 -06:00
Hannah Hunter c408e460ee remove mapr
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 16:04:43 -06:00
Hannah Hunter 9b12a599c8 updates per mukundand and pravin
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 10:33:52 -06:00
Hannah Hunter caaa1e7c7d pravin review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-02 11:32:59 -06:00
Hannah Hunter 1a6564f7fb remove weird comment in example
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-31 16:02:16 -06:00
Hannah Hunter 0164ee6f33 update internal grpc port table entry
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-30 10:42:48 -06:00
Hannah Hunter 238b8987f5 fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-30 10:05:46 -06:00
Hannah Hunter 716d75f2cb update per Mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-30 09:44:57 -06:00
Hannah Hunter 4a2440dbc6 typo
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-27 18:51:01 -06:00
Hannah Hunter 89dbc9ab68 capitalization consistency; add overview to title
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-27 18:48:58 -06:00
Hannah Hunter 5c8a60e8b3 updates to wording
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-27 18:39:41 -06:00
Hannah Hunter 190e5ffad9 notes from mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-27 17:07:22 -06:00
Hannah Hunter b65db41d7e pull template into another file
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-27 14:37:26 -06:00
Hannah Hunter d34ca506b0 start dapr run -f docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-25 19:54:18 -06:00
Hannah Hunter 235626fa0f
`components-path` --> `resources-path` in how-tos and quickstarts (#3016)
* find and replace comopnents-path to resources-path

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* missed a couple

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per pravin

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* mark components-path as deprecated

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* reword

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-18 12:14:18 -08:00
Hannah Hunter 90cf4cf865 toc restructure
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-05 16:47:07 -06:00