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
225c55eb78
Merge pull request #641 from dapr/mchmarny-patch-3
...
deployment in stead of run for 1.15+ compatibility
2020-06-09 15:34:54 -07:00
Yaron Schneider
53d81639f5
Merge branch 'master' into mchmarny-patch-3
2020-06-09 15:34:33 -07:00
Mark Chmarny
b27d1c9ce3
Merge pull request #640 from dapr/mchmarny-patch-2
...
deployment in stead of run for 1.15+ compatibility
2020-06-09 15:25:43 -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
Mark Chmarny
ec6fc50303
deployment in stead of run for 1.15+ compatibility
...
Addresses #572
2020-06-09 15:13:50 -07:00
Young Bu Park
4948c3a3dc
Add 0.8.0 Document version ( #639 )
...
Add 0.8.0 Document version
2020-06-09 14:28:16 -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
Ori Zohar
d52604e5b9
Merge pull request #637 from msfussell/master
...
Refactoring the Tracing docs into conceptual and HowTo
2020-06-09 12:21:33 -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
Aman Bhardwaj
5b43edb04e
update pubsub api ref. ( #636 )
2020-06-08 17:25:57 -07:00
Shalabh Mohan Shrivastava
376ab7467e
Merge pull request #635 from dapr/updateTraceDoc
...
Updating the doc as how to retrieve the response headers
2020-06-08 17:00:08 -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
cc52f0a74c
Merge pull request #633 from dapr/howtow3ccontext
...
Adding doc on - How to Use W3C Trace Headers in Dapr
2020-06-08 12:57:45 -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
Young Bu Park
27e8f09732
update dapr sidecar dashboard and add new actor dashboard. ( #634 )
...
* add new actor dashboard
* remove activation in sidecar dashboard
* update screenshot and readme.md
2020-06-08 10:03:48 -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
Ori Zohar
334ff4c626
Merge pull request #452 from arschles/use-cases
...
Adding use cases documentation
2020-06-05 17:41:39 -07:00
Ori Zohar
87be8c0738
Minor phrasing changes to state management intro
2020-06-05 17:39:34 -07:00
Mark Fussell
b6333fda7f
Adding links to videos from the community calls.
2020-06-05 17:35:08 -07:00
Ori Zohar
71f2c1b741
Internal link fix and phrasing changes to intro
2020-06-05 17:27:03 -07:00
Ori Zohar
0a1cb857b5
Minor style changes
2020-06-05 17:10:21 -07:00
Aaron Schlesinger
23b217e8dd
Cleaning up bindings docs
2020-06-05 16:19:39 -07:00
Aaron Schlesinger
1bd5caf7e8
Merge branch 'master' into use-cases
2020-06-05 16:17:47 -07:00
Aaron Schlesinger
2bce91cdf5
Merge branch 'use-cases' of github.com:arschles/docs into use-cases
2020-06-05 16:10:44 -07:00
Aaron Schlesinger
1da68e34e2
Additional clarifications
2020-06-05 16:10:34 -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
c85e694a5d
Merge pull request #585 from KaiWalter/master
...
fix required authorizations for dedicated SQL server user & Azure Cache for Redis
2020-06-04 15:46: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
vinayada1
76d6b0779d
Modify components folder path in documentation ( #621 )
...
* Modify components folder path in documentation
* fix review comments
* fix filename typo
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-06-04 09:16:39 -07:00
Masi
7b3c3d7cad
Added additional information and examples to Azure Event Grid binding's documentation ( #618 )
...
* Added additional information and examples how to use the binding locally and in k8s.
* Added section about troubleshooting Nginx controller issues.
Co-authored-by: Masi Malmi <masi.malmi@polarsquad.com>
2020-06-04 09:14:55 -07:00
Yaron Schneider
82638199bb
Update Security ( #622 )
...
* Update Security
* Update README.md
2020-06-03 15:00:19 -07:00
Mayank Kumar
79e5fb4378
Create setup-mqtt ( #605 )
...
- Add documentation for mqtt pubsub usage.
2020-06-03 10:20:18 -07:00