Skip to content

Commit 2e31325

Browse files
committed
Azure Spring Cloud Sleuth -> Spring Cloud Sleuth. Their application -> an application
1 parent 15970df commit 2e31325

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/spring-cloud/spring-cloud-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Azure Spring Cloud allows you to easily scale the micro-services in your Azure S
4242

4343
### Monitor your application using distributed tracing and Azure App Insights
4444

45-
Spring Cloud's distributed tracing tools allow developers to debug and monitor the complex interconnections between microservices in their application. By integrating [Spring Cloud Sleuth](https://spring.io/projects/spring-cloud-sleuth) with Azure's [Application Insights](../azure-monitor/insights/insights-overview.md), Azure provides powerful distributed tracing capability directly from the Azure portal. To learn more, complete this [tutorial](spring-cloud-tutorial-distributed-tracing.md).
45+
Spring Cloud's distributed tracing tools allow developers to debug and monitor the complex interconnections between microservices in an application. By integrating [Spring Cloud Sleuth](https://spring.io/projects/spring-cloud-sleuth) with Azure's [Application Insights](../azure-monitor/insights/insights-overview.md), Azure provides powerful distributed tracing capability directly from the Azure portal. To learn more, complete this [tutorial](spring-cloud-tutorial-distributed-tracing.md).
4646

4747
## Next steps
4848

articles/spring-cloud/spring-cloud-tutorial-distributed-tracing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ ms.author: brendm
1010
---
1111
# Use distributed tracing with Azure Spring Cloud
1212

13-
With the distributed tracing tools in Azure Spring Cloud, you can easily debug and monitor complex issues. Azure Spring Cloud integrates [Azure Spring Cloud Sleuth](https://spring.io/projects/spring-cloud-sleuth) with Azure's [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview). This integration provides powerful distributed tracing capability from the Azure portal.
13+
With the distributed tracing tools in Azure Spring Cloud, you can easily debug and monitor complex issues. Azure Spring Cloud integrates [Spring Cloud Sleuth](https://spring.io/projects/spring-cloud-sleuth) with Azure's [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview). This integration provides powerful distributed tracing capability from the Azure portal.
1414

1515
In this article you learn how to:
1616

1717
> [!div class="checklist"]
1818
> * Enable distributed tracing in the Azure portal.
19-
> * Add Azure Spring Cloud Sleuth to your application.
19+
> * Add Spring Cloud Sleuth to your application.
2020
> * View dependency maps for your microservice applications.
2121
> * Search tracing data with different filters.
2222
2323
## Prerequisites
2424

2525
To complete this tutorial, you need an Azure Spring Cloud service that is already provisioned and running. Complete the [quickstart on deploying an app via the Azure CLI](spring-cloud-quickstart-launch-app-cli.md) to provision and run an Azure Spring Cloud service.
26-
26+
2727
## Add dependencies
2828

2929
1. Add the following line to the application.properties file:
@@ -34,7 +34,7 @@ To complete this tutorial, you need an Azure Spring Cloud service that is alread
3434

3535
After this change, the Zipkin sender can send to the web.
3636

37-
1. Skip this step if you followed our [guide to preparing an Azure Spring Cloud application](spring-cloud-tutorial-prepare-app-deployment.md). Otherwise, go to your local development environment and edit your pom.xml file to include the following Azure Spring Cloud Sleuth dependency:
37+
1. Skip this step if you followed our [guide to preparing an Azure Spring Cloud application](spring-cloud-tutorial-prepare-app-deployment.md). Otherwise, go to your local development environment and edit your pom.xml file to include the following Spring Cloud Sleuth dependency:
3838

3939
```xml
4040
<dependencyManagement>

0 commit comments

Comments
 (0)