Skip to content

Commit 9a9e915

Browse files
committed
Final changes - 2nd try
1 parent e6ad24c commit 9a9e915

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ Download the [applicationinsights-agent-3.5.4.jar](https://github.com/microsoft/
123123
124124
#### [Java native](#tab/java-native)
125125

126-
**For Spring Boot native applications:**
126+
For *Spring Boot* native applications:
127127

128128
* [Import the OpenTelemetry Bills of Materials (BOM)](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/).
129129
* Add the [Spring Cloud Azure Starter Monitor](https://central.sonatype.com/artifact/com.azure.spring/spring-cloud-azure-starter-monitor) dependency.
130130
* Follow [these instructions](/azure//developer/java/spring-framework/developer-guide-overview#configuring-spring-boot-3) for the Azure SDK JAR (Java Archive) files.
131131

132-
**For Quarkus native applications:**
132+
For *Quarkus* native applications:
133133

134134
* Add the [Quarkus OpenTelemetry Exporter for Azure](https://mvnrepository.com/artifact/io.quarkiverse.opentelemetry.exporter/quarkus-opentelemetry-exporter-azure) dependency.
135135

@@ -171,7 +171,7 @@ pip install azure-monitor-opentelemetry
171171

172172
#### [ASP.NET Core](#tab/aspnetcore)
173173

174-
Add `UseAzureMonitor()` to your application startup, located in your `program.cs` class:
174+
Import the `Azure.Monitor.OpenTelemetry.AspNetCore` namespace, add OpenTelemetry, and configure it to use Azure Monitor in your `program.cs` class:
175175

176176
```csharp
177177
// Import the Azure.Monitor.OpenTelemetry.AspNetCore namespace.
@@ -221,7 +221,7 @@ var loggerFactory = LoggerFactory.Create(builder =>
221221
222222
#### [Java](#tab/java)
223223

224-
Java autoinstrumentation is enabled through configuration changes; no code changes are required.
224+
Autoinstrumentation is enabled through configuration changes. *No code changes are required.*
225225

226226
Point the Java virtual machine (JVM) to the jar file by adding `-javaagent:"path/to/applicationinsights-agent-3.5.4.jar"` to your application's JVM args.
227227

@@ -236,7 +236,7 @@ Point the Java virtual machine (JVM) to the jar file by adding `-javaagent:"path
236236
237237
#### [Java native](#tab/java-native)
238238

239-
Several automatic instrumentations are enabled through configuration changes. *No code changes are required.*
239+
Autoinstrumentation is enabled through configuration changes. *No code changes are required.*
240240

241241
#### [Node.js](#tab/nodejs)
242242

0 commit comments

Comments
 (0)