Skip to content

Commit ce602d2

Browse files
committed
edits
1 parent 180d1c6 commit ce602d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Starting with version 3.2.0, you can set a custom dimension programmatically on
251251
}
252252
```
253253

254-
and then at the beginning of each request, call:
254+
And then at the beginning of each request, call:
255255

256256
```java
257257
Span.current().setAttribute("mycustomer", "xyz");
@@ -322,7 +322,7 @@ add this property to your json configuration:
322322
}
323323
```
324324

325-
and add `applicationinsights-core` to your application:
325+
Add `applicationinsights-core` to your application:
326326

327327
```xml
328328
<dependency>
@@ -332,7 +332,7 @@ and add `applicationinsights-core` to your application:
332332
</dependency>
333333
```
334334

335-
and use the static `configure(String)` method in the class
335+
Use the static `configure(String)` method in the class
336336
`com.microsoft.applicationinsights.connectionstring.ConnectionString`.
337337

338338
> [!NOTE]

0 commit comments

Comments
 (0)