Reworded documentation based on recommendation from another PR (#2689)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
parent
c573a8f42b
commit
76d944130f
|
|
@ -45,10 +45,12 @@ With everything running:
|
|||
|
||||
* [Invoke the Web API](http://localhost:5000/SendMessage) to send a message.
|
||||
* If you have run RabbitMQ and Zipkin with default settings:
|
||||
* View your traces with Zipkin [here](http://localhost:9411/zipkin)
|
||||
* Manage RabbitMQ [here](http://localhost:15672/)
|
||||
* Manage RabbitMQ by accessing the local endpoint
|
||||
[http://localhost:15672/](http://localhost:15672/)
|
||||
* user = guest
|
||||
* password = guest
|
||||
* View your traces with Zipkin by accessing the local endpoint
|
||||
[http://localhost:9411/zipkin](http://localhost:9411/zipkin).
|
||||
|
||||
## References
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue