Ori Zohar
2d68c85146
Minor style changes
2020-07-13 14:06:15 -07:00
Charlie Stanley
8420f48148
Merge branch 'master' into master
2020-07-13 12:54:46 -07:00
Charlie Stanley
332b531939
Minor style guide changes to hybrid-clusters howto stub
2020-07-13 12:53:34 -07:00
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
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
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
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
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