Skip to content

Commit a578264

Browse files
authored
Merge pull request #13489 from Gutek/patch-1
Making bullet points more explicit
2 parents 06beba7 + 0104a0d commit a578264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-end-to-end-tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The instrumentation allows tracking all calls to the Service Bus messaging servi
4242
[Microsoft Application Insights](https://azure.microsoft.com/services/application-insights/) provides rich performance monitoring capabilities including automagical request and dependency tracking.
4343

4444
Depending on your project type, install Application Insights SDK:
45-
- [ASP.NET](../application-insights/app-insights-asp-net.md) version 2.5-beta2 or higher
46-
- [ASP.NET Core](../application-insights/app-insights-asp-net-core.md) version 2.2.0-beta2 or higher.
45+
- [ASP.NET](../application-insights/app-insights-asp-net.md) - install version 2.5-beta2 or higher
46+
- [ASP.NET Core](../application-insights/app-insights-asp-net-core.md) - install version 2.2.0-beta2 or higher.
4747
These links provide details on installing SDK, creating resources, and configuring SDK (if needed). For non-ASP.NET applications, refer to [Azure Application Insights for Console Applications](../application-insights/application-insights-console.md) article.
4848

4949
If you use [message handler pattern](/dotnet/api/microsoft.azure.servicebus.queueclient.registermessagehandler) to process messages, you are done: all Service Bus calls done by your service are automatically tracked and correlated with other telemetry items. Otherwise refer to the following example for manual message processing tracking.

0 commit comments

Comments
 (0)