Skip to content

Commit c8e1b17

Browse files
authored
Update Readme (Azure#44572)
1 parent 785edf1 commit c8e1b17

File tree

1 file changed

+3
-4
lines changed
  • sdk/spring/spring-cloud-azure-starter-monitor

1 file changed

+3
-4
lines changed

sdk/spring/spring-cloud-azure-starter-monitor/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ For more information, please read [introduction to Application Insights][applica
1919

2020
### Build update
2121

22-
#### OpenTelemetry configuration
22+
#### OpenTelemetry dependency management
2323

24-
Import the OpenTelemetry Bills of Materials (BOM)
25-
by [following the OpenTelemetry documentation](https://opentelemetry.io/docs/instrumentation/java/automatic/spring-boot/#dependency-management).
24+
Follow these [OpenTelemetry instructions](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/#dependency-management) on dependency management.
2625

2726
#### Add monitoring dependency
2827

@@ -55,7 +54,7 @@ You can then configure the connection string in two different ways:
5554

5655
The [Application Map](https://learn.microsoft.com/azure/azure-monitor/app/app-map?tabs=net#set-or-override-cloud-role-name) uses the cloud role name to identify components on the map.
5756

58-
You can set the cloud role name with the `spring.application.name` property. You have other options to set the cloud role role: see how to set the service name in the [OpenTelemetry documentation](https://opentelemetry.io/docs/languages/java/automatic/spring-boot/).
57+
You can set the cloud role name with the `spring.application.name` property. You have other options to set the cloud role role: see how to set the service name in the [OpenTelemetry documentation](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/sdk-configuration/#service-name).
5958

6059
### Build your Spring native application
6160
At this step, you can build your Spring Boot native image application and start it:

0 commit comments

Comments
 (0)