Skip to content

Commit

Permalink
docs: add servicebus correlation userguide (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Sep 14, 2022
1 parent faa4528 commit ac6dd6f
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ We're working on adding Azure EventHubs message pump to the mix.
## How do I add service-to-service correlation to my application components?
Service-to-service correlation should be added on both the sending and receiving components of your project so the internal Arcus functionality can link the request/response correctly in Application Insights. The following user-guides will go over the sending and receiving side of Web API's and Azure Service Bus resources:

* [Use service-to-service correlation to Web API solutions](use-service-to-service-correlation-in-web-api.md)
* [Use service-to-service correlation to Web API solutions](use-service-to-service-correlation-in-web-api.md)
* [Use service-to-service correlation in Service Bus solutions](use-service-to-service-correlation-in-service-bus.md)
Loading

0 comments on commit ac6dd6f

Please sign in to comment.