Mukundan Sundararajan
d60e951309
Add docs for dapr init without docker ( #665 )
...
* Add docs for dapr init without docker
* Update docs for enabling statestore and actors without docker
* Update README.md
* Update README.md
* Update README.md
* Update readme
* Update README.md
* Update environment-setup.md
* Update README.md
* Update README.md
* Removing slim init instructions
* Simplifying self hosted mode section
* Minor language changes
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2020-07-10 16:33:05 -07:00
Brooke Hamilton
4826180584
Merge remote-tracking branch 'upstream/master'
2020-07-10 19:09:56 -04:00
Charlie Stanley
11f09071cf
Arrange Windows support message into a note
2020-07-10 15:55:34 -07:00
Vincenzo Morra
b8ac9497f0
Improvement #655 ( #656 )
...
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-07-10 15:52:43 -07:00
Leon Mai
5311339935
Update cosmos documentation for transaction changes ( #668 )
...
* update cosmos documentation
* reword
* add to additional refs
* add to additional refs
* Update setup-azure-cosmosdb.md
* Update state_api.md
* Update actors_features.md
* Update state_api.md
* merge
Co-authored-by: LM <lemai>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-07-10 15:51:33 -07:00
Charlie Stanley
cad0f665ac
Move hybrid-cluster guide to howto/
2020-07-10 15:29:17 -07:00
Brooke Hamilton
d19101b060
Merge branch 'master' into brooke/postgresdocs
2020-07-10 17:42:23 -04:00
Brooke Hamilton
f4a63c159a
Detail on postgre connection strings
2020-07-10 17:41:50 -04:00
Mark Fussell
e561796464
Merge pull request #653 from vnextcoder/patch-1
...
Update README.md
2020-07-10 12:42:33 -07:00
Joni Collinge
7addffb8bf
Update ASB metadata ( #642 )
...
* updated asb metadata
* fix grammar
* correct default lockRenewalInSec
* add note that settings are shared across topics
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-10 12:03:22 -07:00
Mark Fussell
317e1f2e82
Update setup-postgresql.md
2020-07-10 11:24:42 -07:00
Aman Bhardwaj
1ebf0671fc
Merge branch 'master' into master
2020-07-09 02:56:32 +00:00
Brooke Hamilton
71aa671c56
Merge branch 'master' into brooke/postgresdocs
2020-07-08 19:08:48 -04:00
Brooke Hamilton
5dd0d62738
PostgreSQL updates
2020-07-08 19:00:49 -04:00
Brooke Hamilton
a43d06df30
PostgreSQL updates
2020-07-08 18:56:43 -04:00
Brooke Hamilton
2968d37dd2
PostgreSQL updates
2020-07-08 18:50:34 -04:00
Shalabh Mohan Shrivastava
c993fa7d1b
Adding Trace Context Scenarios and explicit steps to use trace context ( #671 )
...
* Adding scenarios in the concepts page
* formating fixes
* restructuring doc
* adding reference to scenarios section
* rephrasing the statement
* fix typo
* adding the note about helper method limitation
* more restructuring
* adding more languages as how to create trace context
* Update W3C-traces.md
* Update README.md
* Added C# snippets. Added ochttp instructions at right place. Fix typo.
* Fix broken link. Change the title reference in main readme. Fix typos.
* changing tracing context to trace context
* fix minor formatting fix
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-07-08 11:30:45 -07:00
Carlos Mendible
4d02cbfe1b
fixing #608 ( #647 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-07 16:19:09 -07:00
Kai Walter
bb3d0b6b29
changing note as requested
2020-07-07 14:26:01 +00:00
Kai Walter
426fe0840b
issue #1698 resolution
2020-06-25 16:30:21 +00:00
Young Bu Park
5c7d983526
reanme default config to daprsystem config ( #658 )
2020-06-24 15:31:41 -07:00
Mukundan Sundararajan
04971ff167
Updated docs for zipkin init ( #648 )
...
* Updated docs for zipkin init
* Update README.md
* Update README.md
* Update environment-setup.md
* Update environment-setup.md
* Update README.md
* Update daprrun.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-06-22 09:25:51 -07:00
Avinash Barnwal
9ffef85ac4
Update README.md
...
Adding PowerShell way to retrieve the password
2020-06-21 12:47:09 +05:30
Ori Zohar
98fb6513da
Adding missing Kafka link in reference section ( #643 )
...
* Adding missing Kafka link in reference section
* Update README.md
2020-06-10 12:27:37 -07:00
Mark Chmarny
83698e018e
deployment in stead of run for 1.15+ compatibility
...
Addresses #572
Current instructions for deploying Zipkin do not create service which makes the following command fail because there is no service, as starting with 1.15 k8s no longer creates service under the `run` command.
Changing the `run` to `create deployment`
```shell
kubectl create deployment zipkin --image openzipkin/zipkin
```
Which creates will allow the following command to create a service and expose its port.
```shell
kubectl expose deployment zipkin --type ClusterIP --port 9411
```
2020-06-09 15:17:52 -07:00
Joni Collinge
e006f69d7e
WIP: Add Dapr with Docker docs ( #598 )
...
* add howto for dapr with docker
* updated README
* updated README
* update docs to align with template
* expand intro
* add link to section
* fix typo
* align headers
* Style and tone updates
Removing first person phrasing and additional minor changes to style and tone.
* add not about host network mode
* added mount to run cmd
Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2020-06-09 14:07:46 -07:00
Mark Fussell
94c47791ef
Update to index
2020-06-08 22:45:37 -07:00
Mark Fussell
64f2a7e1cf
Updates to W3C tracing docs
2020-06-08 22:42:02 -07:00
Shalabh Mohan Shrivastava
8032df38cd
Updating the doc as how to retrieve the response headers also
2020-06-08 16:55:42 -07:00
Shalabh Mohan Shrivastava
e829d883a3
reverting
2020-06-08 12:56:11 -07:00
Shalabh Mohan Shrivastava
f062c47ed0
Standardized trace context to Trace Context in the link
2020-06-08 12:38:09 -07:00
Ori Zohar
883e8c6332
Fix to standardize link wording
2020-06-08 12:31:17 -07:00
Shalabh Mohan Shrivastava
74885a7abe
Adding link from main observability how-to
2020-06-08 12:28:43 -07:00
Ori Zohar
383479dcf3
Small header tweak
2020-06-08 12:17:12 -07:00
Ori Zohar
c949160186
Fixing article headers
2020-06-08 12:15:38 -07:00
Shalabh Mohan Shrivastava
707adc2250
Merge branch 'master' into howtow3ccontext
2020-06-08 11:50:23 -07:00
Shalabh Mohan Shrivastava
bef9178f2e
Resolving doc review comments
2020-06-08 11:47:15 -07:00
Mark Fussell
96e264fe34
Merge pull request #630 from msfussell/master
...
Adding links to videos from the community calls.
2020-06-08 10:22:41 -07:00
Shalabh Mohan Shrivastava
7936fdd81d
Separating word TraceContext to Trace Context
2020-06-07 16:40:40 -07:00
Shalabh Mohan Shrivastava
833d7cc972
Adding How to Use W3C Trace Context
2020-06-07 16:10:41 -07:00
Mark Fussell
b6333fda7f
Adding links to videos from the community calls.
2020-06-05 17:35:08 -07:00
Yaron Schneider
9980d7517b
Update setup-azure-eventhubs.md ( #629 )
2020-06-05 15:13:28 -07:00
Yaron Schneider
e50322adbb
Update Event Hubs doc ( #628 )
2020-06-05 10:07:50 -07:00
Yaron Schneider
618236c257
Update Pub/Sub index ( #627 )
2020-06-05 09:32:18 -07:00
Kyle Housley
683d13634c
Create setup-snssqs ( #596 )
...
* Create setup-snssqs
Add documentation on how to use snssqs for local and AWS development
* related links
* .md extension
* add to toc
* How to updates
- Changing title to provide more context.
- Adding short description as to article purpose
- Removing reference to automatic components creation by Dapr CLI (due to change in 0.8)
- Standrizing link texts
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-06-05 09:30:35 -07:00
Yaron Schneider
61cb0f6c7b
add components-path references ( #626 )
...
* add components-path references
* address comments
* nits
2020-06-04 16:40:14 -07:00
Aman Bhardwaj
7232249721
Revert "Adding JSON secret store how to ( #609 )" ( #625 )
...
This reverts commit 8fff50630b .
2020-06-04 15:56:25 -07:00
Ori Zohar
31bf326434
Merge branch 'master' into master
2020-06-04 15:45:57 -07:00
John
8d48be94a7
Create setup-pulsar.md ( #601 )
...
* Create setup-pulsar.md
* Update setup-pulsar.md
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-06-04 14:34:50 -07:00
Mayank Kumar
79e5fb4378
Create setup-mqtt ( #605 )
...
- Add documentation for mqtt pubsub usage.
2020-06-03 10:20:18 -07:00
Yaron Schneider
376a4bf626
update bidirectional bindings ( #619 )
2020-06-03 09:35:27 -07:00
Carlos Mendible
8fff50630b
Adding JSON secret store how to ( #609 )
...
* JSON secret store how to
* changes requested by reviewer
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:48:32 -07:00
Wei Lun
2ee49a6a3f
Fix typo ( #616 )
...
* fix typo
* fix typo
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:11:02 -07:00
Mark Chmarny
4472899601
fixes from PR review
2020-05-29 16:06:36 -07:00
Mark Chmarny
d730bdcb17
fixed readme link order
2020-05-29 06:51:46 -07:00
Mark Chmarny
a40b6b3c4f
link to in how to readme
2020-05-29 06:45:08 -07:00
Mark Chmarny
9c0d51c1e6
token-based authentication
2020-05-29 06:35:11 -07:00
Mark Chmarny
7f66a46588
client invocation
2020-05-28 17:39:40 -07:00
Mark Chmarny
a2c4b00c25
file ext
2020-05-28 17:37:32 -07:00
Mark Chmarny
5ce84caba2
initial version
2020-05-28 17:35:22 -07:00
Robin-Manuel Thiel
99b94c0208
Update Azure Cache for Redis docs ( #612 )
...
Remove the disabling of TLS and add a sample for adding Redis Cache with TLS enabled. Also, fix some Markdown issues. Fixes #580
2020-05-28 13:27:25 -07:00
Kai Walter
47cc1863fe
fix setup for Azure Cache for Redis
2020-05-20 18:58:05 +02:00
Kai Walter
a73bdcee93
Merge remote-tracking branch 'upstream/master'
2020-05-20 18:43:54 +02:00
Kai Walter
86fa1ba94c
add SQL actor state store disclaimer
2020-05-18 20:42:34 +02:00
Artur Souza
c88d247a26
Doc for liveness config. ( #588 )
2020-05-18 11:18:08 -07:00
Kai Walter
bf2b3d8988
document required authorizations for dedicated SQL server user
2020-05-17 18:07:02 +00:00
Yaron Schneider
516848b786
Update docs with pub/sub custom routes ( #577 )
...
* add custom routes
* update links
2020-05-11 10:47:16 -07:00
Alexandre Delarue
2d1138ec92
Fixing broken Keda Deployment doc hyperlink ( #574 )
2020-05-07 09:12:38 -07:00
Kyle Housley
9d74ecb4e8
Add instructions for setting up kafka for use with dapr ( #551 )
...
* Add instructions for setting up kafka for use with dapr
* Update setup-kafka.md
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-05-04 14:02:17 -07:00
Yaron Schneider
04158d5d86
Add azure event hubs pub/sub how to ( #561 )
...
* add azure event hubs pub/sub how to
* fix
2020-05-04 13:44:52 -07:00
Mark Chmarny
0c78730787
prod namespace in example, twitter example binding
2020-05-02 04:09:24 -07:00
Mark Chmarny
ce828c853d
namespace in all yaml samples
2020-05-02 04:04:13 -07:00
Mark Chmarny
d08e5a829c
namespace in all yaml samples
2020-05-02 04:01:14 -07:00
Shalabh Mohan Shrivastava
e1a2f37658
Merge branch 'master' into samplingRate
2020-05-01 10:17:13 -07:00
Shalabh Mohan Shrivastava
995380263d
typo edits
2020-05-01 10:08:34 -07:00
Shalabh Mohan Shrivastava
3fc24f9ba7
updating the document for tracing configuration
2020-05-01 10:00:15 -07:00
Ori Zohar
f92660a5f0
Simplifying certificate section of Azure Key Vault howto ( #554 )
...
- Adding --encoding flag to CLI to save steps for Windows/Linux
- Adding more detail on how to download from Azure Portal
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-05-01 09:45:28 -07:00
Young Bu Park
77ea6632e2
update localforwarder versions ( #556 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-05-01 09:26:39 -07:00
Ricardo Niepel
342db5b441
add pubsub-namespaces link ( #547 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-30 15:36:35 -07:00
Mark Fussell
3a46c55596
Updated configuration docs
2020-04-24 21:35:26 -07:00
Artur Souza
cb0eb7e863
HowTo PubSub with multiple namespaces.
2020-04-23 19:32:07 -07:00
Mark Fussell
2b500d6f68
Merge pull request #538 from dapr/youngbupark-patch-1
...
fix missing subdirectory in --config option
2020-04-23 16:30:57 -07:00
Ori Zohar
18415ca940
Merge branch 'master' into patch-1
2020-04-23 10:36:59 -07:00
Artur Souza
d3b1dd2dc3
Adding HowTo for sidecar readiness config.
2020-04-21 23:15:09 -07:00
Alexandre Delarue
3041c97e5d
missing '-o json' on bash command in step 5
...
This command will fail as is if az is not setup to output json as default.
2020-04-21 17:11:03 -07:00
Young Bu Park
6723b97177
Fix wrong config for --config option
...
Fix wrong config for --config option
2020-04-21 12:26:01 -07:00
Yaron Schneider
3805c32f11
Update azure-keyvault-managed-identity.md ( #534 )
...
Fix YAML formatting
2020-04-20 18:59:07 -07:00
Dwayne Bradley
fb6072af93
PubSub config changed to pubsub.yaml ( #522 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-20 12:09:55 -07:00
Yaron Schneider
ea5b191877
Add kubernetes configuration how-to ( #521 )
...
* Add kubernetes configuration how-to
* mark comment :)
* update
* update index
2020-04-14 14:57:35 -07:00
Pruthvidhar R Dhodda
7ca0db99af
Fix broken link to pubsub section ( #514 )
2020-04-14 14:10:27 -07:00
Ricardo Niepel
c4958949d2
Replace DaprID with AppID ( #500 )
2020-04-06 10:57:51 -07:00
Leon Mai
02135912ad
Clarify some instructions ( #495 )
...
* Clarify some instructions
* direction
Co-authored-by: LM <lemai>
2020-04-02 10:41:26 -07:00
Leon Mai
da616d4a1e
Minor clarifications ( #496 )
...
Co-authored-by: LM <lemai>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-02 10:40:01 -07:00
Young Bu Park
1171c71ded
Use bitnami redis helm chart ( #493 )
...
* Use bitnami redis helm chart
* wip
2020-04-01 13:16:11 -07:00
pruthvidhodda
ef1ba996da
Include instructions to enable or disable TLS ( #491 )
...
* Include instructions to enable or disable TLS
* Add instructions to enable/disable TLS for pubsub.redis
2020-04-01 13:07:53 -07:00
Ricardo Niepel
8984d52fef
Fix typos in pubsub-scopes howto ( #489 )
2020-04-01 06:51:59 -07:00
Carlos Mendible
f29d60dc2f
consumerGroup must be the same in both manifests and fixed ScaledObject ( #488 )
2020-04-01 06:49:37 -07:00
Mark Fussell
dead3848c9
Updates to observability docs
2020-03-31 22:02:16 -07:00
Yaron Schneider
b6b4e21276
remove redundant code snippet ( #484 )
2020-03-31 15:00:00 -07:00
Yaron Schneider
ef7d2dea30
Update TLS and security docs ( #481 )
...
* update tls
* Update README.md
* Update README.md
* Update README.md
* address nits
* fix nits
* update images
* remove DS_Store file
* update image
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-03-31 14:03:55 -07:00