You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Azure Spring Cloud allows you to easily scale the micro-services in your Azure S
42
42
43
43
### Monitor your application using distributed tracing and Azure App Insights
44
44
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).
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-tutorial-distributed-tracing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@ ms.author: brendm
10
10
---
11
11
# Use distributed tracing with Azure Spring Cloud
12
12
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.
14
14
15
15
In this article you learn how to:
16
16
17
17
> [!div class="checklist"]
18
18
> * Enable distributed tracing in the Azure portal.
19
-
> * Add Azure Spring Cloud Sleuth to your application.
19
+
> * Add Spring Cloud Sleuth to your application.
20
20
> * View dependency maps for your microservice applications.
21
21
> * Search tracing data with different filters.
22
22
23
23
## Prerequisites
24
24
25
25
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
+
27
27
## Add dependencies
28
28
29
29
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
34
34
35
35
After this change, the Zipkin sender can send to the web.
36
36
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:
0 commit comments