Reworded documentation based on recommendation from another PR (#2689)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
ktmitton 2021-11-30 17:34:01 -05:00 committed by GitHub
parent c573a8f42b
commit 76d944130f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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