Hannah Hunter
06fdbf317e
Merge branch 'v1.14' into issue_4207
2024-06-18 15:45:05 -04:00
Hannah Hunter
81fbeb3544
update pubsub link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-18 15:30:29 -04:00
Hannah Hunter
aeaeacad33
add isolation concept and move service meshes
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-18 11:17:46 -04:00
Hannah Hunter
f28b7c90d6
updates from Mark
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-17 15:59:10 -04:00
Hannah Hunter
8419c5271b
fix link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-14 11:41:24 -04:00
Hannah Hunter
87456a602b
updates per Mark
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-14 11:19:19 -04:00
Sam
c1f152a91e
Extend service invocation to non-Dapr endpoints docs ( #3384 )
...
* docs(httpendpoint): add docs for service invocation to non-daprized endpoints
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* style: non-daprized -> non-dapr
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* docs: address some feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* docs: update according to rest of feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* Update howto-invoke-non-dapr-endpoints.md
Editing of the docs
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* docs: update last pr feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* style: address grammar feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* Update _index.md
Updating weight in docs
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update howto-invoke-non-dapr-endpoints.md
Grammar fix
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-17 22:39:19 -07:00
Bernd Verst
f62c78ab03
Microsoft Docs links should be language neutral
2021-11-04 15:12:01 -07:00
Ori Zohar
f7b9ea49cd
minor fixes
2021-08-20 13:13:28 -07:00
Aaron Crawfis
2a25c20812
Upmerge/6 16 ( #1570 )
...
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541 )
* Fix custom middleware sample code interface implementation error (#1539 )
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546 )
* Tech writing touch-ups (#1555 )
* Tech writing touch-ups (#1556 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564 )
* Update issue templates (#1563 )
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565 )
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Actor Runtime Configuration Docs (#1495 )
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-16 13:42:37 -07:00
Aaron Crawfis
c83b62396d
Upmerge 2021 05 03 ( #1457 )
...
* Added table to show Kubernetes options
When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.
* incorporating feedback
* Update concepts and add terminology page
* Add note on gRPC
* Update concepts docs
* Fix typo
Add a missing word
* Clarify state management examples
* Add info on reporting security issues
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
* Fix self-hosted docs
* Remove name-resolution reference
* Simplify options
* Update components-concept.md
* Update configuration-concept.md
* Update overview.md
* Update terminology.md
* fix pulsar pubsub conponent metadata fields enableTLS to not required
* Fix self-hosted description
* clarify integrations
* Removed duplicate word
Removed additional "are"
* Don't mark as stale if waiting on code pr
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: zhangchao <zchao9100@gmail.com>
2021-05-04 10:38:23 -07:00