Commit Graph

217 Commits

Author SHA1 Message Date
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
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